org.havi.ui.event
Interface HAdjustmentListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
HEventMulticaster

public interface HAdjustmentListener
extends java.util.EventListener

The HAdjustmentListener interface enables the reception of HAdjustmentEvents, as generated by objects implementing HAdjustmentValue.


The parameters to the constructors are as follows, in cases where parameters are not used, then the constructor should use the default values.

Default parameter values exposed in the constructors

ParameterDescriptionDefault value Set methodGet method
None.

Default parameter values not exposed in the constructors

DescriptionDefault valueSet method Get method
None.


Method Summary
 void valueChanged(HAdjustmentEvent e)
          Called when the value of the component has started to be changed, is changed, or has finished changing.
 

Method Detail

valueChanged

public void valueChanged(HAdjustmentEvent e)
Called when the value of the component has started to be changed, is changed, or has finished changing.

Parameters:
e - is the HAdjustmentEvent generated by the object implementing HAdjustmentValue.