All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.bulletproof.gui.event.AdjustmentListener

public interface AdjustmentListener
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