SimJava 2.0.1

eduni.simdiag
Interface Traceable

All Known Implementing Classes:
Anim_applet, Sim_anim, TimingDiagram, TraceEventObject, TraceLoader, TraceSaver

public interface Traceable

The trace command types.

See Also:
TraceListener, TraceEventObject

Field Summary
static int DISPLAY
          Update the display
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

static final int TRACE
A single trace line command

See Also:
Constant Field Values

LAYOUT

static final int LAYOUT
The user has pressed Layout

See Also:
Constant Field Values

RUN

static final int RUN
The user has pressed Run

See Also:
Constant Field Values

PAUSE

static final int PAUSE
The user has pressed Pause

See Also:
Constant Field Values

STOP

static final int STOP
The user has pressed Stop

See Also:
Constant Field Values

DISPLAY

static final int DISPLAY
Update the display

See Also:
Constant Field Values

SimJava 2.0.1

The University of Edinburgh, 2009