All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.awt.event.AdjustmentListener

public interface AdjustmentListener
extends EventListener
The listener interface for receiving adjustment events.


Method Index

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

Methods

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index