javax.swing
Class AbstractButton.ForwardActionEvents

java.lang.Object
  extended byjavax.swing.AbstractButton.ForwardActionEvents
All Implemented Interfaces:
ActionListener, EventListener, Serializable
Enclosing class:
AbstractButton

private class AbstractButton.ForwardActionEvents
extends Object
implements ActionListener, Serializable


Constructor Summary
private AbstractButton.ForwardActionEvents()
           
 
Method Summary
 void actionPerformed(ActionEvent event)
          Invoked when an action occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractButton.ForwardActionEvents

private AbstractButton.ForwardActionEvents()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
Description copied from interface: ActionListener
Invoked when an action occurs.

Specified by:
actionPerformed in interface ActionListener