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

Interface jToolkit.Gui.CommandButtonListener

public interface CommandButtonListener
Interface CommandButtonListener; Implementations can handle events from the CommandButton (AWT and Swing).

Author:
Andreas Schroeter
Since:
30.03.

Method Index

 o ButtonClicked(int)
Called when a registered CommandButton with an ID is called.

Methods

 o ButtonClicked
public abstract void ButtonClicked(int ID)
Called when a registered CommandButton with an ID is called.

Parameters:
ID - ID of the CommandButton.

All Packages  Class Hierarchy  This Package  Previous  Next  Index