protected class DialogDispatcherFactory.DialogDispatcher extends java.lang.Object implements Dispatcher, java.lang.Runnable
Dialog
.Modifier | Constructor and Description |
---|---|
protected |
DialogDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
run()
Called on the EDT to stop the dispatching.
|
void |
start()
Start the dispatching.
|
void |
stop()
Stop dispatching.
|
public void start() throws java.lang.Throwable
start
in interface Dispatcher
java.lang.Exception
java.lang.Throwable
- in case of any exceptions while dispatchingpublic void stop()
stop
in interface Dispatcher
public void run()
run
in interface java.lang.Runnable