Uses of Class
pivot.util.concurrent.Dispatcher

Packages that use Dispatcher
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.wtk.media Contains classes that provide multimedia support. 
 

Uses of Dispatcher in pivot.io
 

Constructors in pivot.io with parameters of type Dispatcher
IOTask(Dispatcher dispatcher)
           
 

Uses of Dispatcher in pivot.util.concurrent
 

Methods in pivot.util.concurrent that return Dispatcher
 Dispatcher Task.getDispatcher()
          Returns the dispatcher used to execute this task.
 

Constructors in pivot.util.concurrent with parameters of type Dispatcher
Task(Dispatcher dispatcher)
           
TaskGroup(Dispatcher dispatcher)
           
TaskSequence(Dispatcher dispatcher)
           
 

Uses of Dispatcher in pivot.wtk.media
 

Constructors in pivot.wtk.media with parameters of type Dispatcher
Image.LoadTask(java.net.URL url, Dispatcher dispatcher)