Uses of Interface
org.havi.ui.event.HScreenConfigurationListener

Packages that use HScreenConfigurationListener
org.havi.ui   
 

Uses of HScreenConfigurationListener in org.havi.ui
 

Classes in org.havi.ui that implement HScreenConfigurationListener
 class HEventMulticaster
          The HEventMulticaster class is intended to assist platform or subclass implementers with the handling of HAVi events.
 

Methods in org.havi.ui that return HScreenConfigurationListener
static HScreenConfigurationListener HEventMulticaster.add(HScreenConfigurationListener a, HScreenConfigurationListener b)
          Adds HScreenConfigurationListener-a with HScreenConfigurationListener-b and returns the resulting multicast listener.
static HScreenConfigurationListener HEventMulticaster.add(HScreenConfigurationListener a, HScreenConfigurationListener b, HScreenConfigTemplate tb)
          Adds HScreenConfigurationListener-a with HScreenConfigurationListener-b, which is notified when the HScreenDevice's configuration is modified so that it is no longer compatible with the HScreenConfigTemplate tb.
static HScreenConfigurationListener HEventMulticaster.remove(HScreenConfigurationListener l, HScreenConfigurationListener oldl)
          Removes the old HScreenConfigurationListener from HScreenConfigurationListener-l and returns the resulting multicast listener.
 

Methods in org.havi.ui with parameters of type HScreenConfigurationListener
static HScreenConfigurationListener HEventMulticaster.add(HScreenConfigurationListener a, HScreenConfigurationListener b)
          Adds HScreenConfigurationListener-a with HScreenConfigurationListener-b and returns the resulting multicast listener.
static HScreenConfigurationListener HEventMulticaster.add(HScreenConfigurationListener a, HScreenConfigurationListener b, HScreenConfigTemplate tb)
          Adds HScreenConfigurationListener-a with HScreenConfigurationListener-b, which is notified when the HScreenDevice's configuration is modified so that it is no longer compatible with the HScreenConfigTemplate tb.
 void HScreenDevice.addScreenConfigurationListener(HScreenConfigurationListener hscl)
          Add an HScreenConfigurationListener to this device, which is notified whenever the device's configuration is modified.
 void HScreenDevice.addScreenConfigurationListener(HScreenConfigurationListener hscl, HScreenConfigTemplate hsct)
          Add an HScreenConfigurationListener to this device, which is notified when the device's configuration is further modified so that it is no longer compatible with the specified HScreenConfigTemplate.
static HScreenConfigurationListener HEventMulticaster.remove(HScreenConfigurationListener l, HScreenConfigurationListener oldl)
          Removes the old HScreenConfigurationListener from HScreenConfigurationListener-l and returns the resulting multicast listener.
 void HScreenDevice.removeScreenConfigurationListener(HScreenConfigurationListener hscl)
          Remove an HScreenConfigurationListener from this device. if the specified listener is not registered, the method has no effect.