Query Cycle Simulator HEADER

qcui
Class AutoDisplay

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--qcui.AutoDisplay
All Implemented Interfaces:
java.lang.Runnable

class AutoDisplay
extends java.lang.Thread


Field Summary
static int AUTO
           
static int HALT
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
AutoDisplay(SimulatorManager manager)
           
 
Method Summary
 int mode()
           
 void mode(int mode)
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AUTO

public static final int AUTO
See Also:
Constant Field Values

HALT

public static final int HALT
See Also:
Constant Field Values
Constructor Detail

AutoDisplay

public AutoDisplay(SimulatorManager manager)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

mode

public void mode(int mode)

mode

public int mode()

Query Cycle Simulator HEADER