org.deduced.utilities
Class SwingInvokeAndWaitRunner

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

public class SwingInvokeAndWaitRunner
extends AbstractRunner

Swing Invoke And Wait runner

Author:
Steve McDuff

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

SwingInvokeAndWaitRunner

public SwingInvokeAndWaitRunner()
Method Detail

run

public void run(java.lang.Runnable runnable)
         throws java.lang.InterruptedException,
                java.lang.reflect.InvocationTargetException
(non-Javadoc)

Parameters:
runnable - the runnable item to invoke
Throws:
java.lang.InterruptedException - if we're interrupted while waiting for the event dispatching thread to finish executing runnable.run()
java.lang.reflect.InvocationTargetException - if an exception is thrown while running runnable
See Also:
Runner.run(java.lang.Runnable)