Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Dispatcher
SpinOffEvaluator
s to keep the UI reactive while waiting for
a spin-off to complete.
public void start() throws Throwable
Start dispatching events.
This method is always called on the EDT. It must not return untilstop()
is called.
public void stop()
Stop dispatching events.
This method isnot called on the EDT.