edu.washington.cs.supple.trace
Class ActionExecutionEvent
java.lang.Object
java.util.EventObject
edu.washington.cs.supple.util.SuppleEvent
edu.washington.cs.supple.trace.TraceEvent
edu.washington.cs.supple.trace.ActionExecutionEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ActionExecutionEvent
- extends TraceEvent
- Author:
- kgajos
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.String |
actionName
|
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
actionName
protected java.lang.String actionName
ActionExecutionEvent
public ActionExecutionEvent(java.lang.Object source,
UiAction action)
getActionName
public java.lang.String getActionName()
- Returns:
- the name of the executed action
toString
public java.lang.String toString()
- Overrides:
toString in class TraceEvent
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class TraceEvent