edu.washington.cs.supple.trace
Class NavActionDescription

java.lang.Object
  extended byedu.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

Field Summary
protected  int actionType
           
static int ENTER_ACTION
           
static NavActionDescription ENTER_ACTION_DESCRIPTION
           
static int LEAVE_ACTION
           
static NavActionDescription LEAVE_ACTION_DESCRIPTION
           
static int SWITCH_ACTION
           
static NavActionDescription SWITCH_ACTION_DESCRIPTION
           
 
Constructor Summary
NavActionDescription(int type)
           
 
Method Summary
 int getActionType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

NavActionDescription

public NavActionDescription(int type)
Method Detail

getActionType

public int getActionType()