Causes runnable
to have its run
method called in the dispatch thread
of
the system EventQueue
.
This will happen after all pending events are processed.
runnable | the Runnable whose run
method should be executed
asynchronously in the
event dispatch thread
of the system EventQueue |
invokeAndWait, Toolkit.getSystemEventQueue, isDispatchThread
Diagram: EventSupport