public class Dispatcher extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Dispatcher.DispatcherThreadFactory |
Constructor and Description |
---|
Dispatcher() |
Dispatcher(String tag) |
Modifier and Type | Method and Description |
---|---|
void |
exec(Runnable run)
Submits the task for execution and returns immediately.
|
void |
exec(Runnable run,
boolean swing) |
void |
execSwing(Runnable run) |
boolean |
isQuit() |
void |
quit() |
void |
quitWhenDone() |
public Dispatcher(String tag)
public Dispatcher()
Copyright © 2015–2021 Fiji. All rights reserved.