spin.off
Interface Dispatcher
- DialogDispatcherFactory.DialogDispatcher
public interface Dispatcher
An dispatcher of AWT events.
Used by
SpinOffEvaluator
s to keep the UI reactive while waiting for
a spin-off to complete.
void | start() - Start dispatching events.
|
void | stop() - Stop dispatching events.
|
start
public void start()
throws Throwable
Start dispatching events.
This method is always called on the EDT. It must not return until
stop()
is called.
stop
public void stop()
Stop dispatching events.
This method is not called on the EDT.