|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| TaskListener<V> | Task listener interface. |
| Class Summary | |
|---|---|
| Task<V> | Abstract base class for "tasks". |
| TaskGroup | Task that runs a group of tasks in parallel and notifies listeners
when all tasks are complete. |
| TaskSequence | Task that runs a sequence of tasks in series and notifies listeners
when all tasks are complete. |
| Exception Summary | |
|---|---|
| AbortException | Thrown when a task is aborted. |
| TaskExecutionException | Thrown when an error occurs during task execution. |
| TimeoutException | Thrown when an executing task has timed out. |
Provides a set of classes to simplify the execution of background tasks.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||