|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
TaskListener<V> | Task listener interface. |
Class Summary | |
---|---|
Dispatcher | Operates a thread pool for dispatching runnable tasks. |
SynchronizedListenerList<T> | Abstract base class for synchronized listener lists. |
Task<V> | Abstract base class for "tasks". |
TaskGroup<V> | Class that runs a group of tasks in parallel and notifies listeners when all tasks are complete. |
TaskSequence<V> | Class 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 |