Uses of Interface
provided.compute.ILocalTaskViewAdapter

Packages that use ILocalTaskViewAdapter
provided.client.model.task   
provided.compute   
provided.engine.model   
 

Uses of ILocalTaskViewAdapter in provided.client.model.task
 

Fields in provided.client.model.task declared as ILocalTaskViewAdapter
private  ILocalTaskViewAdapter Pi2.taskView
          Adapter to the local view.
private  ILocalTaskViewAdapter GetInfo.taskView
          Adapter to the local view.
 

Methods in provided.client.model.task with parameters of type ILocalTaskViewAdapter
 void Pi2.setTaskViewAdapter(ILocalTaskViewAdapter viewAdapter)
          Sets the task view adapter to a new value.
 void GetInfo.setTaskViewAdapter(ILocalTaskViewAdapter viewAdapter)
          Sets the task view adapter to a new value.
 

Uses of ILocalTaskViewAdapter in provided.compute
 

Fields in provided.compute declared as ILocalTaskViewAdapter
static ILocalTaskViewAdapter ILocalTaskViewAdapter.DEFAULT_ADAPTER
          Default view adapter that simply prints to standard out.
 

Methods in provided.compute with parameters of type ILocalTaskViewAdapter
 void ITask.setTaskViewAdapter(ILocalTaskViewAdapter viewAdapter)
          Sets the adapter to the view properly for this object.
 

Uses of ILocalTaskViewAdapter in provided.engine.model
 

Fields in provided.engine.model declared as ILocalTaskViewAdapter
private  ILocalTaskViewAdapter ComputeEngine.taskView
          A local task view adapter that delegates the to the main view adapter.