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
   -  Update the display
  
 -  
	LAYOUT
   -  The user has pressed Layout
  
 -  
	PAUSE
   -  The user has pressed Pause
  
 -  
	RUN
   -  The user has pressed Run
  
 -  
	STOP
   -  The user has pressed Stop
  
 -  
	TRACE
   -  A single trace line command
 
  
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
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index