Package spin.off
Class DialogDispatcherFactory.DialogDispatcher
- java.lang.Object
-
- spin.off.DialogDispatcherFactory.DialogDispatcher
-
- All Implemented Interfaces:
java.lang.Runnable,Dispatcher
- Enclosing class:
- DialogDispatcherFactory
protected class DialogDispatcherFactory.DialogDispatcher extends java.lang.Object implements Dispatcher, java.lang.Runnable
Dispatcher withDialog.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDialogDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Called on the EDT to stop the dispatching.voidstart()Start the dispatching.voidstop()Stop dispatching.
-
-
-
Method Detail
-
start
public void start() throws java.lang.ThrowableStart the dispatching.- Specified by:
startin interfaceDispatcher- Throws:
java.lang.Exceptionjava.lang.Throwable- 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.- Specified by:
runin interfacejava.lang.Runnable
-
-