Uses of Class
org.havi.ui.event.HBackgroundImageEvent

Packages that use HBackgroundImageEvent
org.havi.ui   
org.havi.ui.event   
 

Uses of HBackgroundImageEvent in org.havi.ui
 

Methods in org.havi.ui with parameters of type HBackgroundImageEvent
 void HEventMulticaster.imageLoaded(HBackgroundImageEvent e)
          Handles the HBackgroundImageEvent by invoking the imageLoaded methods on listener-a and listener-b.
 void HEventMulticaster.imageLoadFailed(HBackgroundImageEvent e)
          Handles the HBackgroundImageEvent by invoking the imageLoadFailed methods on listener-a and listener-b.
 

Uses of HBackgroundImageEvent in org.havi.ui.event
 

Methods in org.havi.ui.event with parameters of type HBackgroundImageEvent
 void HBackgroundImageListener.imageLoaded(HBackgroundImageEvent e)
          Invoked when the data for an HBackgroundImage has been loaded.
 void HBackgroundImageListener.imageLoadFailed(HBackgroundImageEvent e)
          Invoked when loading of an HBackgroundImage fails.