NextApp Echo3
v3.0.rc1

nextapp.echo.app.event
Class ActionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by nextapp.echo.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.
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
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

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject
See Also:
EventObject.toString()

NextApp Echo3
v3.0.rc1