java.awt.event

Interface AdjustmentListener

public interface AdjustmentListener extends EventListener

Interface for classes that listen for adjustment events.

Since: 1.1

UNKNOWN: updated to 1.4

Method Summary
voidadjustmentValueChanged(AdjustmentEvent event)
This method is called when an adjustable value changes.

Method Detail

adjustmentValueChanged

public void adjustmentValueChanged(AdjustmentEvent event)
This method is called when an adjustable value changes.

Parameters: event the AdjustmentEvent that occurred