org.deduced.utilities
Class InvokeNowRunner

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

public class InvokeNowRunner
extends AbstractRunner

Invoke Now Runner

Author:
Steve McDuff

Constructor Summary
InvokeNowRunner()
           
 
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

InvokeNowRunner

public InvokeNowRunner()
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)