All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface eduni.simdiag.Traceable

public interface Traceable
The trace command types.

See Also:
TraceListener, TraceEventObject

Variable Index

 o DISPLAY
Update the display
 o LAYOUT
The user has pressed Layout
 o PAUSE
The user has pressed Pause
 o RUN
The user has pressed Run
 o STOP
The user has pressed Stop
 o TRACE
A single trace line command

Variables

 o TRACE
 public static final int TRACE
A single trace line command

 o LAYOUT
 public static final int LAYOUT
The user has pressed Layout

 o RUN
 public static final int RUN
The user has pressed Run

 o PAUSE
 public static final int PAUSE
The user has pressed Pause

 o STOP
 public static final int STOP
The user has pressed Stop

 o DISPLAY
 public static final int DISPLAY
Update the display


All Packages  Class Hierarchy  This Package  Previous  Next  Index