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 protected
DialogDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Called on the EDT to stop the dispatching.void
start()
Start the dispatching.void
stop()
Stop dispatching.
-
-
-
Method Detail
-
start
public void start() throws java.lang.Throwable
Start the dispatching.- Specified by:
start
in interfaceDispatcher
- Throws:
java.lang.Exception
java.lang.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.- Specified by:
run
in interfacejava.lang.Runnable
-
-