| Interface | Description |
|---|---|
| Cancellable | |
| LongOperationThreadExecutor |
Executes long operation in new thread.
|
| Class | Description |
|---|---|
| CockpitNGBackgroundOperation |
Backoffice background operation that is capable of performing long running tasks in background allowing the UI to
remain responsive.
After long running task is completed an operation to update the UI is scheduled via Executions.schedule(Desktop, EventListener, Event) method.The contract for background task is to execute normally and return the result or throw RuntimeException in
case of error. |
| LongOperation |
Executes operation in background thread.
|
| LongOperationNotifier |
Long operation notifier.
|
| ResultLongOperation<RESULT> |
Executes operation with a result in background thread.
|
| Exception | Description |
|---|---|
| LongOperationException |
Defines exception thrown during long operation.
|
Copyright © 2018. All rights reserved.