Package | Description |
---|---|
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 |
---|---|
static IRemoteTaskViewAdapter |
IRemoteTaskViewAdapter.NULL_ADAPTER
Null adapter object that only prints the given string to the standard err output.
|
Modifier and Type | Method and Description |
---|---|
IRemoteTaskViewAdapter |
ICompute.setTextAdapter(IRemoteTaskViewAdapter clientTVAStub)
Sets this object's IRemoteTaskViewAdapter stub so that it can print strings out on the client's user interface.
|
Modifier and Type | Method and Description |
---|---|
IRemoteTaskViewAdapter |
ICompute.setTextAdapter(IRemoteTaskViewAdapter clientTVAStub)
Sets this object's IRemoteTaskViewAdapter stub so that it can print strings out on the client's user interface.
|