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:
start
in interfaceDispatcher
- Throws:
Exception
Throwable
- in case of any exceptions while dispatching
-
stop
public void stop()Stop dispatching.- Specified by:
stop
in interfaceDispatcher
-
run
public void run()Called on the EDT to stop the dispatching.
-