com.ibm.ui.framework
Class TaskActionEvent
java.lang.Object
java.util.EventObject
com.ibm.ui.framework.TaskEvent
com.ibm.ui.framework.TaskActionEvent
- All Implemented Interfaces:
- Serializable
public class TaskActionEvent
extends TaskEvent
An event which is delivered to the actionPerformed
method on TaskActionListener when a user has performed
one of the actions defined on a task. TaskActionEvent
provides a command string as an aid in identifying the action
that was performed.
- Since:
- v5r1m0
- Version:
- 1.0 08/30/00
- Author:
- D. Petty
- See Also:
TaskActionListener,
Serialized Form
TaskActionEvent
public TaskActionEvent(WindowManager source,
String element,
String command)
- Constructs a new
TaskActionEvent.
- Parameters:
source - The WindowManager instance that
is managing the task on which the user performed an action.element - The name of the task element on which the user
performed the action, as defined in the PDML.command - The command string associated with the event.- Since:
- v5r1m0
getActionCommand
public String getActionCommand()
- Returns the command string associated with the event.
- Returns:
- The command associated with the event.
- Since:
- v5r1m1
toString
public String toString()
- Returns a string representation of this event.
- Overrides:
toString in class EventObject
- Returns:
- A string representation of the event.
- Since:
- v5r1m0