edu.washington.cs.supple.trace
Class NavActionDescription
java.lang.Object
edu.washington.cs.supple.trace.NavActionDescription
- All Implemented Interfaces:
- ActionDescription, java.io.Serializable
- public class NavActionDescription
- extends java.lang.Object
- implements ActionDescription
- Author:
- kgajos
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENTER_ACTION
public static final int ENTER_ACTION
- See Also:
- Constant Field Values
LEAVE_ACTION
public static final int LEAVE_ACTION
- See Also:
- Constant Field Values
SWITCH_ACTION
public static final int SWITCH_ACTION
- See Also:
- Constant Field Values
ENTER_ACTION_DESCRIPTION
public static final NavActionDescription ENTER_ACTION_DESCRIPTION
LEAVE_ACTION_DESCRIPTION
public static final NavActionDescription LEAVE_ACTION_DESCRIPTION
SWITCH_ACTION_DESCRIPTION
public static final NavActionDescription SWITCH_ACTION_DESCRIPTION
actionType
protected int actionType
NavActionDescription
public NavActionDescription(int type)
getActionType
public int getActionType()