neosim.util
Interface Traceable

All Known Implementing Classes:
TraceEventObject

public interface Traceable

The trace command types.

See Also:
interact.TraceListener, interact.TraceEventObject

Field Summary
static int DISPLAY
          Update the display
static int INTVAL
          Integer Value
static int LAYOUT
          The user has pressed Layout
static int PAUSE
          The user has pressed Pause
static int RUN
          The user has pressed Run
static int STOP
          The user has pressed Stop
static int TRACE
          A single trace line command
 

Field Detail

TRACE

public static final int TRACE
A single trace line command

LAYOUT

public static final int LAYOUT
The user has pressed Layout

RUN

public static final int RUN
The user has pressed Run

PAUSE

public static final int PAUSE
The user has pressed Pause

STOP

public static final int STOP
The user has pressed Stop

DISPLAY

public static final int DISPLAY
Update the display

INTVAL

public static final int INTVAL
Integer Value