nextapp.echo.app.event
Class ActionEvent
java.lang.Object
java.util.EventObject
nextapp.echo.app.event.ActionEvent
- All Implemented Interfaces:
- Serializable
public class ActionEvent
- extends EventObject
An event indicating that a component-defined action occurred.
- See Also:
ActionListener,
Serialized Form
ActionEvent
public ActionEvent(Object source,
String command)
- Creates an ActionEvent.
- Parameters:
source - the object from which the event originatedcommand - "command" string describing the action
getActionCommand
public String getActionCommand()
- Returns the command string describing this action.
- Returns:
- the command string