Uses of Interface
foxtrot.WorkerThread

Packages that use WorkerThread
foxtrot   
foxtrot.workers   
 

Uses of WorkerThread in foxtrot
 

Classes in foxtrot that implement WorkerThread
 class AbstractWorkerThread
          Partial implementation of the WorkerThread interface.
 

Methods in foxtrot that return WorkerThread
static WorkerThread Worker.getWorkerThread()
          Returns the WorkerThread used to run Tasks subclasses in a thread that is not the Event Dispatch Thread.
static WorkerThread ConcurrentWorker.getWorkerThread()
           
static WorkerThread AsyncWorker.getWorkerThread()
           
 

Methods in foxtrot with parameters of type WorkerThread
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 ConcurrentWorker.setWorkerThread(WorkerThread workerThread)
           
static void AsyncWorker.setWorkerThread(WorkerThread workerThread)
           
 

Uses of WorkerThread in foxtrot.workers
 

Classes in foxtrot.workers that implement WorkerThread
 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 © 2011 KnowledgePlaza. All Rights Reserved.