java.lang.Object | +--java.util.EventListener | +--java.awt.event.AdjustmentListenerAll Implemented Interfaces:
void | adjustmentValueChanged(java.awt.event.AdjustmentEvent event) This method is called when an adjustable value changes. |
public void adjustmentValueChanged(java.awt.event.AdjustmentEvent event)
event
- the AdjustmentEvent
that occurred