javax.swing
Class AbstractButton.ForwardActionEvents
java.lang.Object
javax.swing.AbstractButton.ForwardActionEvents
- All Implemented Interfaces:
- ActionListener, EventListener, Serializable
- Enclosing class:
- AbstractButton
- private class AbstractButton.ForwardActionEvents
- extends Object
- implements ActionListener, Serializable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractButton.ForwardActionEvents
private AbstractButton.ForwardActionEvents()
actionPerformed
public void actionPerformed(ActionEvent event)
- Description copied from interface:
ActionListener
- Invoked when an action occurs.
- Specified by:
actionPerformed
in interface ActionListener