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

Packages that use HBackgroundImageListener
org.havi.ui   
 

Uses of HBackgroundImageListener in org.havi.ui
 

Classes in org.havi.ui that implement HBackgroundImageListener
 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 HBackgroundImageListener
static HBackgroundImageListener HEventMulticaster.add(HBackgroundImageListener a, HBackgroundImageListener b)
          Adds HBackgroundImageListener-a with HBackgroundImageListener-b and returns the resulting multicast listener.
static HBackgroundImageListener HEventMulticaster.remove(HBackgroundImageListener l, HBackgroundImageListener oldl)
          Removes the old HBackgroundImageListener from HBackgroundImageListener-l and returns the resulting multicast listener.
 

Methods in org.havi.ui with parameters of type HBackgroundImageListener
static HBackgroundImageListener HEventMulticaster.add(HBackgroundImageListener a, HBackgroundImageListener b)
          Adds HBackgroundImageListener-a with HBackgroundImageListener-b and returns the resulting multicast listener.
 void HBackgroundImage.load(HBackgroundImageListener l)
          Load the data for this object.
static HBackgroundImageListener HEventMulticaster.remove(HBackgroundImageListener l, HBackgroundImageListener oldl)
          Removes the old HBackgroundImageListener from HBackgroundImageListener-l and returns the resulting multicast listener.