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 Dispatcherjava.lang.Exceptionjava.lang.Throwable - in case of any exceptions while dispatchingpublic void stop()
stop in interface Dispatcherpublic void run()
run in interface java.lang.RunnableCopyright © 2018. All rights reserved.