Uses of Package
pivot.util.concurrent

Packages that use pivot.util.concurrent
pivot.io Contains classes related to input/output operations. 
pivot.util.concurrent Provides a set of classes to simplify the execution of background tasks. 
pivot.web Provides classes for communicating with HTTP-based web services. 
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.media Contains classes that provide multimedia support. 
 

Classes in pivot.util.concurrent used by pivot.io
Dispatcher
          Operates a thread pool for dispatching runnable tasks.
Task
          Abstract base class for "tasks".
 

Classes in pivot.util.concurrent used by pivot.util.concurrent
Dispatcher
          Operates a thread pool for dispatching runnable tasks.
Task
          Abstract base class for "tasks".
TaskExecutionException
          Thrown when an error occurs during task execution.
TaskListener
          Task listener interface.
 

Classes in pivot.util.concurrent used by pivot.web
Task
          Abstract base class for "tasks".
TaskExecutionException
          Thrown when an error occurs during task execution.
 

Classes in pivot.util.concurrent used by pivot.wtk
Task
          Abstract base class for "tasks".
TaskListener
          Task listener interface.
 

Classes in pivot.util.concurrent used by pivot.wtk.media
Dispatcher
          Operates a thread pool for dispatching runnable tasks.
Task
          Abstract base class for "tasks".
TaskExecutionException
          Thrown when an error occurs during task execution.
TaskListener
          Task listener interface.