Interface jToolkit.Gui.CommandScrollbarListener
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jToolkit.Gui.CommandScrollbarListener

public interface CommandScrollbarListener
Interface CommandScrollbarListener; Implementations can handle events from CommandScrollbars (AWT and Swing).

Author:
Andreas Schroeter
Since:
30.03.

Method Index

 o ScrollbarChanged(int, int)
Called when a registered CommandScrollbar with an ID is called.

Methods

 o ScrollbarChanged
public abstract void ScrollbarChanged(int ID,
                                      int toValue)
Called when a registered CommandScrollbar with an ID is called.

Parameters:
ID - ID of the Scrollbar.

All Packages  Class Hierarchy  This Package  Previous  Next  Index