Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)

Interface java.awt.event.AdjustmentListener

public interface AdjustmentListener
extends EventListener

The listener interface for receiving adjustment events.


Method Index

adjustmentValueChanged(AdjustmentEvent)
Invoked when the value of the adjustable has changed.

Methods

adjustmentValueChanged
 public abstract void adjustmentValueChanged(AdjustmentEvent e)
Invoked when the value of the adjustable has changed.


Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)