Uses of Interface
com.tensegrity.palowebviewer.modules.util.client.taskqueue.ITask

Packages that use ITask
com.tensegrity.palowebviewer.modules.engine.client   
com.tensegrity.palowebviewer.modules.util.client.taskqueue   
 

Uses of ITask in com.tensegrity.palowebviewer.modules.engine.client
 

Classes in com.tensegrity.palowebviewer.modules.engine.client that implement ITask
 class CallInitCallbackTask
          Task to call IInitCallback.
 

Uses of ITask in com.tensegrity.palowebviewer.modules.util.client.taskqueue
 

Methods in com.tensegrity.palowebviewer.modules.util.client.taskqueue that return ITask
protected  ITask TaskQueue.getNextTask()
           
 

Methods in com.tensegrity.palowebviewer.modules.util.client.taskqueue with parameters of type ITask
 void TaskQueue.add(ITask task)
           
protected  void TaskQueue.fireTaskAdded(ITask task)
           
protected  void TaskQueue.fireTaskFinished(ITask task)
           
protected  void TaskQueue.fireTaskStart(ITask task)
           
 void ITaskQueueListener.onTaskAdded(ITask task)
           
 void ITaskQueueListener.onTaskFinished(ITask task)
           
 void ITaskQueueListener.onTaskStart(ITask task)