Uses of Package
foxtrot

Packages that use foxtrot
foxtrot   
foxtrot.pumps   
foxtrot.utils   
foxtrot.workers   
 

Classes in foxtrot used by foxtrot
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.
 

Classes in foxtrot used by foxtrot.pumps
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.
 

Classes in foxtrot used by foxtrot.utils
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.
 

Classes in foxtrot used by foxtrot.workers
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 © 2011 KnowledgePlaza. All Rights Reserved.