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

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

Uses of HAdjustmentEvent in org.havi.ui
 

Methods in org.havi.ui with parameters of type HAdjustmentEvent
 void HAdjustmentInputPreferred.processHAdjustmentEvent(HAdjustmentEvent evt)
          Process an HAdjustmentEvent sent to this HAdjustmentInputPreferred.
 void HRangeValue.processHAdjustmentEvent(HAdjustmentEvent evt)
          Process an HAdjustmentEvent sent to this HAdjustmentInputPreferred.
 void HEventMulticaster.valueChanged(HAdjustmentEvent e)
          Handles the HAdjustmentEvent by invoking the valueChanged methods on listener-a and listener-b.
 

Uses of HAdjustmentEvent in org.havi.ui.event
 

Methods in org.havi.ui.event with parameters of type HAdjustmentEvent
 void HAdjustmentListener.valueChanged(HAdjustmentEvent e)
          Called when the value of the component has started to be changed, is changed, or has finished changing.