Interface | osid.grading.GradeEntryReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The grade entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted grade entries. | ||
Method | newGradeEntries | ||
Description |
The callback for notifications of new grade entries. | ||
Parameters | osid.id.IdList | gradeEntryIds | the Ids of the new GradeEntries |
Compliance | mandatory | This method must be implemented. | |
Method | changedGradeEntries | ||
Description |
The callback for notification of updated grade entries. | ||
Parameters | osid.id.IdList | gradeEntryIds | the Ids of the updated GradeEntries |
Compliance | mandatory | This method must be implemented. | |
Method | deletedGradeEntries | ||
Description |
The callback for notification of deleted grade entries. | ||
Parameters | osid.id.IdList | gradeEntryIds | the Ids of the deleted GradeEntries |
Compliance | mandatory | This method must be implemented. |