Uses of Class
util.Dispatcher

Packages that use Dispatcher
ballwar.model   
 

Uses of Dispatcher in ballwar.model
 

Fields in ballwar.model declared as Dispatcher
private  Dispatcher BallModel._dispatcher
          The dispatcher used to communicate with all the balls.
 

Methods in ballwar.model that return Dispatcher
 Dispatcher IBallEnvironment.getDispatcher()
          Get the ball dispatcher used by the system.
 Dispatcher BallModel.getDispatcher()
          Get the dispatcher used to notify all the balls to execute a supplied command.