us.ihmc.utilities.thread
Class NonRealTimeThreadCreatorAndStarter

java.lang.Object
  extended by us.ihmc.utilities.thread.NonRealTimeThreadCreatorAndStarter
All Implemented Interfaces:
ThreadCreatorAndStarter

public class NonRealTimeThreadCreatorAndStarter
extends java.lang.Object
implements ThreadCreatorAndStarter


Constructor Summary
NonRealTimeThreadCreatorAndStarter()
           
 
Method Summary
 void createAndStartAThread(java.lang.Runnable runnable)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonRealTimeThreadCreatorAndStarter

public NonRealTimeThreadCreatorAndStarter()
Method Detail

createAndStartAThread

public void createAndStartAThread(java.lang.Runnable runnable)
Specified by:
createAndStartAThread in interface ThreadCreatorAndStarter