NextApp Echo
1.1.4

nextapp.echo.event
Class ActionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bynextapp.echo.event.ActionEvent
All Implemented Interfaces:
java.io.Serializable

public class ActionEvent
extends java.util.EventObject

An event indicating that a component-defined action has occurred.

See Also:
ActionListener, Serialized Form

Field Summary
private  java.lang.String command
           
 
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 associated with 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
 

Field Detail

command

private java.lang.String command
Constructor Detail

ActionEvent

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

Parameters:
source - The object generating the event.
command - The command string associated with this action.
Method Detail

getActionCommand

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

Returns:
The command string associated with this action.

NextApp Echo
1.1.4