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 |
chanegedGradebookColumn(Id gradebookColumnId)
The callback for notifications of new gradebook columns.
|
void |
deletedGradebookColumn(Id gradebookColumnId)
The callback for notification of deleted gradebook columns.
|
void |
newGradebookColumn(Id gradebookColumnId)
The callback for notifications of new gradebook columns.
|
down, upvoid newGradebookColumn(Id gradebookColumnId)
gradebookColumnId - the Id of the new
GradebookColumn mandatory - This method must be implemented. void chanegedGradebookColumn(Id gradebookColumnId)
gradebookColumnId - the Id of the new
GradebookColumn mandatory - This method must be implemented. void deletedGradebookColumn(Id gradebookColumnId)
gradebookColumnId - the Id of the deleted
GradebookColumn mandatory - This method must be implemented.