spin.off

Interface Dispatcher

Known Implementing Classes:
DialogDispatcherFactory.DialogDispatcher

public interface Dispatcher

An dispatcher of AWT events.
Used by SpinOffEvaluators to keep the UI reactive while waiting for a spin-off to complete.

Method Summary

void
start()
Start dispatching events.
void
stop()
Stop dispatching events.

Method Details

start

public void start()
            throws Throwable

stop

public void stop()
Stop dispatching events.
This method is not called on the EDT.