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

Constructor Index

 o JCButtonAdapter()

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).

Constructors

 o JCButtonAdapter
 public JCButtonAdapter()

Methods

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

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

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index