See: Description
| Interface | Description |
|---|---|
| BackgroundTask |
Defines a task which may take long time and is to be executed in the
background.
|
| UiExecutorProvider |
Defines a factory for executors scheduling events on the UI thread of the
underlying UI framework (such as Swing or Java FX).
|
| UiReporter |
Defines an interface to report the progress of a
BackgroundTask or
execute other task on the AWT Event Dispatch Thread. |
| Class | Description |
|---|---|
| BackgroundTaskExecutor<IDType,RightType> |
Defines an executor to execute background tasks of the GUI application.
|
BackgroundTaskExecutor