Interface | Description |
---|---|
ProgressStatus |
Progress status interface.
|
RunnableWithProgress |
Runnable for executing code with progress status.
|
Class | Description |
---|---|
EmptyProgressStatus | |
SimpleProgressStatus | |
Task |
Task for execution of some code on a separate thread.
|