Package | Description |
---|---|
provided.client.model.task |
Examples of ITask implementations.
|
provided.client.model.taskUtils |
Utilities for managing tasks.
|
provided.compute |
THIS PACKAGE CONTAINS THE INTERFACES FOR THE COMMON API FOR INTER-OPERABILITY BETWEEN STUDENTS.
The interfaces in this package may NOT be modified in any way and all code must
reference this exact package for these interfaces.
Please see the Javadocs for the individual interfaces for specific information. |
Modifier and Type | Field and Description |
---|---|
private ILocalTaskViewAdapter |
Pi2.taskView
Adapter to the local view.
|
private ILocalTaskViewAdapter |
GetInfo.taskView
Adapter to the local view.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private ILocalTaskViewAdapter |
SingletonTaskFactoryLoader.ErrorTask.viewAdapter |
Modifier and Type | Method and Description |
---|---|
void |
SingletonTaskFactoryLoader.ErrorTask.setTaskViewAdapter(ILocalTaskViewAdapter viewAdapter) |
Modifier and Type | Field and Description |
---|---|
static ILocalTaskViewAdapter |
ILocalTaskViewAdapter.DEFAULT_ADAPTER
Default view adapter that simply prints to standard out.
|
Modifier and Type | Method and Description |
---|---|
void |
ITask.setTaskViewAdapter(ILocalTaskViewAdapter viewAdapter)
Sets the adapter to the view properly for this object.
|