public interface RunOffEDTProvider
Modifier and Type | Interface and Description |
---|---|
static interface |
RunOffEDTProvider.Progress
Interface all RunOffEDTProviders should implement, which allows for
blocking the main window and showing a progress bar in a dialog while
executing a runnable.
|
static interface |
RunOffEDTProvider.Progress2 |
Modifier and Type | Method and Description |
---|---|
void |
runOffEventDispatchThread(Runnable operation,
String operationDescr,
AtomicBoolean cancelOperation,
boolean waitForCanceled,
int waitCursorAfter,
int dialogAfter) |
void runOffEventDispatchThread(Runnable operation, String operationDescr, AtomicBoolean cancelOperation, boolean waitForCanceled, int waitCursorAfter, int dialogAfter)