EVolve
Class ProcessingThread

java.lang.Object
  |
  +--EVolve.ProcessingThread
All Implemented Interfaces:
java.lang.Runnable

public class ProcessingThread
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
ProcessingThread()
           
 
Method Summary
 void join()
           
 void run()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingThread

public ProcessingThread()
Method Detail

start

public void start()

join

public void join()
          throws java.lang.InterruptedException
java.lang.InterruptedException

run

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