org.deduced.utilities
Class NewThreadRunner

java.lang.Object
  extended by org.deduced.utilities.AbstractRunner
      extended by org.deduced.utilities.NewThreadRunner
All Implemented Interfaces:
Runner

public class NewThreadRunner
extends AbstractRunner

NewThreadRunner will run runnable objects in a new thread every time

Author:
Steve McDuff

Constructor Summary
NewThreadRunner()
           
 
Method Summary
 void run(java.lang.Runnable runnable)
          (non-Javadoc)
 
Methods inherited from class org.deduced.utilities.AbstractRunner
runSilent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewThreadRunner

public NewThreadRunner()
Method Detail

run

public void run(java.lang.Runnable runnable)
(non-Javadoc)

Parameters:
runnable - the runnable item to invoke
See Also:
Runner.run(java.lang.Runnable)