Uses of Class
org.apache.pivot.util.concurrent.Dispatcher

Packages that use Dispatcher
org.apache.pivot.io Contains classes related to input/output operations. 
org.apache.pivot.util.concurrent Provides a set of classes to simplify the execution of background tasks. 
org.apache.pivot.web Provides classes for communicating with HTTP-based web services. 
org.apache.pivot.wtk.media Contains classes that provide multimedia support. 
 

Uses of Dispatcher in org.apache.pivot.io
 

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

Uses of Dispatcher in org.apache.pivot.util.concurrent
 

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

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

Uses of Dispatcher in org.apache.pivot.web
 

Fields in org.apache.pivot.web declared as Dispatcher
static Dispatcher Query.DEFAULT_DISPATCHER
           
 

Uses of Dispatcher in org.apache.pivot.wtk.media
 

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