Release Planner v1.0

rp.cmd
Class ActionCommand

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--rp.cmd.ActionCommand
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.util.Observer, java.io.Serializable

public class ActionCommand
extends javax.swing.AbstractAction
implements java.util.Observer

An action that knows how to invoke the given command.

Version:
$Revision: 1.2 $, $Date: 2002/04/10 15:48:05 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ActionCommand(Command proto)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void update(java.util.Observable o, java.lang.Object arg)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCommand

public ActionCommand(Command proto)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
Specified by:
update in interface java.util.Observer

Release Planner v1.0