All Packages Class Hierarchy This Package Previous Next Index
Class jclass.bwt.JCButtonAdapter
java.lang.Object
|
+----jclass.bwt.JCButtonAdapter
- public abstract class JCButtonAdapter
- extends Object
- implements JCButtonListener
The adapter which receives JCButton events.
The methods in this class are empty; this class is provided as a
convenience for easily creating listeners by extending this class
and overriding only the methods of interest.
- See Also:
- JCButtonEvent
-
JCButtonAdapter()
-
-
buttonArmBegin(JCButtonEvent)
- Invoked before the button is armed (ie pushed).
-
buttonArmEnd(JCButtonEvent)
- Invoked after the button is armed (ie pushed).
-
buttonDisarmBegin(JCButtonEvent)
- Invoked before the button is disarmed (ie released).
-
buttonDisarmEnd(JCButtonEvent)
- Invoked after the button is disarmed (ie released).
JCButtonAdapter
public JCButtonAdapter()
buttonArmBegin
public void buttonArmBegin(JCButtonEvent e)
- Invoked before the button is armed (ie pushed).
buttonArmEnd
public void buttonArmEnd(JCButtonEvent e)
- Invoked after the button is armed (ie pushed).
buttonDisarmBegin
public void buttonDisarmBegin(JCButtonEvent e)
- Invoked before the button is disarmed (ie released).
buttonDisarmEnd
public void buttonDisarmEnd(JCButtonEvent e)
- Invoked after the button is disarmed (ie released).
All Packages Class Hierarchy This Package Previous Next Index