Package spin.off
Class DialogDispatcherFactory.DialogDispatcher
java.lang.Object
spin.off.DialogDispatcherFactory.DialogDispatcher
- All Implemented Interfaces:
Runnable,Dispatcher
- Enclosing class:
- DialogDispatcherFactory
protected class DialogDispatcherFactory.DialogDispatcher
extends Object
implements Dispatcher, Runnable
Dispatcher with
Dialog.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DialogDispatcher
protected DialogDispatcher()
-
-
Method Details
-
start
Start the dispatching.- Specified by:
startin interfaceDispatcher- Throws:
ExceptionThrowable- in case of any exceptions while dispatching
-
stop
public void stop()Stop dispatching.- Specified by:
stopin interfaceDispatcher
-
run
public void run()Called on the EDT to stop the dispatching.
-