org.jecars.tools
Class CARS_DefaultToolInterface.ToolThread

java.lang.Object
  extended by java.lang.Thread
      extended by org.jecars.tools.CARS_DefaultToolInterface.ToolThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
CARS_DefaultToolInterface

protected class CARS_DefaultToolInterface.ToolThread
extends java.lang.Thread

Thread which handles the tool execution


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
protected CARS_DefaultToolInterface.ToolThread()
           
 
Method Summary
protected  void inPauseState()
           
 void run()
          run
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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
 

Constructor Detail

CARS_DefaultToolInterface.ToolThread

protected CARS_DefaultToolInterface.ToolThread()
Method Detail

run

public void run()
run

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

inPauseState

protected void inPauseState()
                     throws java.lang.Exception
Throws:
java.lang.Exception