Interface GradebookColumnReceiver
- All Superinterfaces:
OsidReceiver
The grade receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
GradebookColumns .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedGradebookColumns(Id notificationId, IdList gradebookColumnIds) The callback for notifications of new gradebook columns.voiddeletedGradebookColumns(Id notificationId, IdList gradebookColumnIds) The callback for notification of deleted gradebook columns.voidnewGradebookColumns(Id notificationId, IdList gradebookColumnIds) The callback for notifications of new gradebook columns.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newGradebookColumns
-
changedGradebookColumns
-
deletedGradebookColumns
The callback for notification of deleted gradebook columns.- Parameters:
notificationId- the notificationIdgradebookColumnIds- theIdsof the deletedGradebookColumns- Compliance:
mandatory- This method must be implemented.
-