All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface eduni.simdiag.Traceable
  -  public interface Traceable
The trace command types.
    -  See Also:
    
-  TraceListener, TraceEventObject
   
  -   DISPLAY DISPLAY
-  Update the display
  
-   LAYOUT LAYOUT
-  The user has pressed Layout
  
-   PAUSE PAUSE
-  The user has pressed Pause
  
-   RUN RUN
-  The user has pressed Run
  
-   STOP STOP
-  The user has pressed Stop
  
-   TRACE TRACE
-  A single trace line command
   
 TRACE
TRACE
 public static final int TRACE
  -  A single trace line command
 
 LAYOUT
LAYOUT
 public static final int LAYOUT
  -  The user has pressed Layout
 
 RUN
RUN
 public static final int RUN
  -  The user has pressed Run
 
 PAUSE
PAUSE
 public static final int PAUSE
  -  The user has pressed Pause
 
 STOP
STOP
 public static final int STOP
  -  The user has pressed Stop
 
 DISPLAY
DISPLAY
 public static final int DISPLAY
  -  Update the display
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index