| Package | Description |
|---|---|
| foxtrot | |
| foxtrot.workers |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWorkerThread
Partial implementation of the WorkerThread interface.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkerThread |
Worker.getWorkerThread()
Returns the WorkerThread used to run
Tasks subclasses in a thread
that is not the Event Dispatch Thread. |
static WorkerThread |
AsyncWorker.getWorkerThread() |
static WorkerThread |
ConcurrentWorker.getWorkerThread() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Worker.setWorkerThread(WorkerThread workerThread)
Sets the WorkerThread used to run
Tasks subclasses in a thread
that is not the Event Dispatch Thread. |
static void |
AsyncWorker.setWorkerThread(WorkerThread workerThread) |
static void |
ConcurrentWorker.setWorkerThread(WorkerThread workerThread) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiWorkerThread
Full implementation of
WorkerThread that uses one or more threads to run
Tasks subclasses. |
class |
SingleWorkerThread
Full implementation of
WorkerThread that uses a single worker thread to run
Tasks subclasses. |
Copyright © 2002-2011. All Rights Reserved.