public interface GradebookColumnReceiver extends OsidReceiver
The grade receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
GradebookColumns.
| Modifier and Type | Method and Description |
|---|---|
void |
chanegedGradebookColumns(IdList gradebookColumnIds)
The callback for notifications of new gradebook columns.
|
void |
deletedGradebookColumns(IdList gradebookColumnIds)
The callback for notification of deleted gradebook columns.
|
void |
newGradebookColumns(IdList gradebookColumnIds)
The callback for notifications of new gradebook columns.
|
down, upvoid newGradebookColumns(IdList gradebookColumnIds)
gradebookColumnIds - the Ids of the new
GradebookColumns mandatory - This method must be implemented. void chanegedGradebookColumns(IdList gradebookColumnIds)
gradebookColumnIds - the Ids of the new
GradebookColumns mandatory - This method must be implemented. void deletedGradebookColumns(IdList gradebookColumnIds)
gradebookColumnIds - the Ids of the deleted
GradebookColumns mandatory - This method must be implemented.