EventPumps to filter the given AWT event.AsyncWorker.asynchronous tasks.Tasks and Jobs, but differently
from Worker, execute them concurrently and not one after the other, though
the invocations to ConcurrentWorker.post(Task) or ConcurrentWorker.post(Job) will finish one after
the other.EventPumps before they're dispatched.EventPumps that implement this interface have the possibility
to filter AWT events before they are dispatched.Tasks.Task.setResult(java.lang.Object).Tasks subclasses in a thread
that is not the Event Dispatch Thread.Tasks.WorkerThread that uses one or more threads to run
Tasks subclasses.completed; must be
called from the Event Dispatch Thread.Task from the internal queue via SingleWorkerThread.takeTask()
and then executes it.Task.Tasks subclasses in a thread
that is not the Event Dispatch Thread.WorkerThread that uses a single worker thread to run
Tasks subclasses.Tasks (not in the
Event Dispatch Thread).Task from the internal queue.Tasks in a thread that is not the Event Dispatch Thread.Copyright © 2002-2011. All Rights Reserved.