public interface AdjustmentListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
adjustmentValueChanged(AdjustmentEvent event)
This method is called when an adjustable value changes.
|
void adjustmentValueChanged(AdjustmentEvent event)
event
- the AdjustmentEvent
that occurred