All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jclass.bwt.JCButtonListener

public interface JCButtonListener
extends JCEventListener
The listener interface for receiving events from JCButtons.

See Also:
addButtonListener, JCButtonEvent

Method Index

 o buttonArmBegin(JCButtonEvent)
Invoked before the button is armed (ie pushed).
 o buttonArmEnd(JCButtonEvent)
Invoked after the button is armed (ie pushed).
 o buttonDisarmBegin(JCButtonEvent)
Invoked before the button is disarmed (ie released).
 o buttonDisarmEnd(JCButtonEvent)
Invoked after the button is disarmed (ie released).

Methods

 o buttonArmBegin
 public abstract void buttonArmBegin(JCButtonEvent e)
Invoked before the button is armed (ie pushed).

 o buttonArmEnd
 public abstract void buttonArmEnd(JCButtonEvent e)
Invoked after the button is armed (ie pushed).

 o buttonDisarmBegin
 public abstract void buttonDisarmBegin(JCButtonEvent e)
Invoked before the button is disarmed (ie released).

 o buttonDisarmEnd
 public abstract void buttonDisarmEnd(JCButtonEvent e)
Invoked after the button is disarmed (ie released).


All Packages  Class Hierarchy  This Package  Previous  Next  Index