us.ihmc.utilities.thread
Class NonRealTimePeriodicThread

java.lang.Object
  extended by us.ihmc.utilities.thread.NonRealTimePeriodicThread
All Implemented Interfaces:
java.lang.Runnable

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


Constructor Summary
NonRealTimePeriodicThread(PeriodicWorker periodicWorker, long sleepTime)
           
 
Method Summary
 void createAndStartThread()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonRealTimePeriodicThread

public NonRealTimePeriodicThread(PeriodicWorker periodicWorker,
                                 long sleepTime)
Method Detail

createAndStartThread

public void createAndStartThread()

run

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