java.awt.event
public interface AdjustmentListener extends EventListener
Since: 1.1
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
void | adjustmentValueChanged(AdjustmentEvent event)
This method is called when an adjustable value changes.
|
Parameters: event the AdjustmentEvent
that occurred