|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.utilities.AbstractRunner org.deduced.utilities.SwingInvokeAndWaitRunner
public class SwingInvokeAndWaitRunner
Swing Invoke And Wait runner
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 |
---|
public SwingInvokeAndWaitRunner()
Method Detail |
---|
public void run(java.lang.Runnable runnable) throws java.lang.InterruptedException, java.lang.reflect.InvocationTargetException
runnable
- the runnable item to invoke
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
Runner.run(java.lang.Runnable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |