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

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

Uses of HItemEvent in org.havi.ui
 

Methods in org.havi.ui with parameters of type HItemEvent
 void HEventMulticaster.currentItemChanged(HItemEvent e)
          Handles the HItemEvent by invoking the currentItemChanged methods on listener-a and listener-b.
 void HSelectionInputPreferred.processHItemEvent(HItemEvent evt)
          Process an HItemEvent sent to this HSelectionInputPreferred.
 void HListGroup.processHItemEvent(HItemEvent evt)
          Process an HItemEvent sent to this HListGroup.
 void HEventMulticaster.selectionChanged(HItemEvent e)
          Handles the HItemEvent by invoking the selectionChanged methods on listener-a and listener-b.
 

Uses of HItemEvent in org.havi.ui.event
 

Methods in org.havi.ui.event with parameters of type HItemEvent
 void HItemListener.currentItemChanged(HItemEvent e)
          Called when a change to the current item of the HItemValue occurs.
 void HItemListener.selectionChanged(HItemEvent e)
          Called when a change to the selection mode or the set of selected items held by the HItemValue occurs.