Class JCommandButton.ActionHandler
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.JCommandButton.ActionHandler
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.util.EventListener,javax.swing.event.ChangeListener
- Enclosing class:
- JCommandButton
class JCommandButton.ActionHandler extends java.lang.Object implements java.awt.event.ActionListener, javax.swing.event.ChangeListenerDefault action handler for this button.
-
-
Constructor Summary
Constructors Constructor Description ActionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent event)voidstateChanged(javax.swing.event.ChangeEvent e)
-
-
-
Method Detail
-
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent e)
- Specified by:
stateChangedin interfacejavax.swing.event.ChangeListener
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
-