Uses of Class
com.sptci.echo2.Controller.Updater

Packages that use Controller.Updater
com.sptci.echo2 Package of reusable Echo2 application components. 
 

Uses of Controller.Updater in com.sptci.echo2
 

Fields in com.sptci.echo2 with type parameters of type Controller.Updater
private  Map<Controller.Updater,Runnable> Application.updateTasks
          A container used to store all the tasks that have been queued for the current application session.
 

Methods in com.sptci.echo2 with parameters of type Controller.Updater
protected  void Application.addTask(Controller.Updater updater, Runnable runnable)
          Add the specified updater task to the task queue.
protected  void Application.removeTask(Controller.Updater updater)
          Remove the specified updater task from the task queue.