NextApp Echo2
v2.1.0

nextapp.echo2.app.event
Class ActionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by nextapp.echo2.app.event.ActionEvent
All Implemented Interfaces:
java.io.Serializable

public class ActionEvent
extends java.util.EventObject

An event indicating that a component-defined action occurred.

See Also:
ActionListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ActionEvent(java.lang.Object source, java.lang.String command)
          Creates an ActionEvent.
 
Method Summary
 java.lang.String getActionCommand()
          Returns the command string describing this action.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionEvent

public ActionEvent(java.lang.Object source,
                   java.lang.String command)
Creates an ActionEvent.

Parameters:
source - the object from which the event originated
command - "command" string describing the action
Method Detail

getActionCommand

public java.lang.String getActionCommand()
Returns the command string describing this action.

Returns:
the command string

NextApp Echo2
v2.1.0