| Package | Description |
|---|---|
| foxtrot | |
| foxtrot.pumps | |
| foxtrot.utils | |
| foxtrot.workers |
| Class and Description |
|---|
| AsyncTask
A time-consuming task to be executed asynchronously by
AsyncWorker. |
| EventPump
Synchronous Foxtrot workers use an implementation of this interface
to pump AWT events from the standard AWT Event Queue while executing
Tasks. |
| Job
A time-consuming task to be executed in the Worker Thread that does not throw checked exceptions.
|
| Task
A time-consuming task to be executed in the Worker Thread that may throw checked exceptions.
|
| WorkerThread
Implementations of this interface run
Tasks in a thread that is not the Event Dispatch Thread. |
| Class and Description |
|---|
| EventPump
Synchronous Foxtrot workers use an implementation of this interface
to pump AWT events from the standard AWT Event Queue while executing
Tasks. |
| Task
A time-consuming task to be executed in the Worker Thread that may throw checked exceptions.
|
| Class and Description |
|---|
| Job
A time-consuming task to be executed in the Worker Thread that does not throw checked exceptions.
|
| Task
A time-consuming task to be executed in the Worker Thread that may throw checked exceptions.
|
| Class and Description |
|---|
| AbstractWorkerThread
Partial implementation of the WorkerThread interface.
|
| Task
A time-consuming task to be executed in the Worker Thread that may throw checked exceptions.
|
| WorkerThread
Implementations of this interface run
Tasks in a thread that is not the Event Dispatch Thread. |
Copyright © 2002-2011. All Rights Reserved.