org.deduced.utilities
Class SwingInvokeLaterRunner

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

public class SwingInvokeLaterRunner
extends AbstractRunner

Swing Invoke Later Runner

Author:
Steve McDuff

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

SwingInvokeLaterRunner

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