spin.off

Class DialogDispatcherFactory.DialogDispatcher

Enclosing Class:
DialogDispatcherFactory
Implemented Interfaces:
Dispatcher, Runnable

protected class DialogDispatcherFactory.DialogDispatcher
extends java.lang.Object
implements Dispatcher, Runnable

Dispatcher with Dialog.

Method Summary

void
run()
Called on the EDT to stop the dispatching.
void
start()
Start the dispatching.
void
stop()
Stop dispatching.

Method Details

run

public void run()
Called on the EDT to stop the dispatching.

start

public void start()
            throws Throwable
Start the dispatching.
Specified by:
start in interface Dispatcher

stop

public void stop()
Stop dispatching.
Specified by:
stop in interface Dispatcher