swingwt.awt.event
Interface AdjustmentListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AWTEventMulticaster, JScrollPane

public interface AdjustmentListener
extends java.util.EventListener

A listener for receiving adjustment events


Method Summary
 void adjustmentValueChanged(AdjustmentEvent e)
           
 

Method Detail

adjustmentValueChanged

public void adjustmentValueChanged(AdjustmentEvent e)