OSID Logo
OSID Specifications
grading package
Version 3.1.0
Interfaceosid.grading.GradebookColumnReceiver
Implementsosid.OsidReceiver
Description

The grade receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted GradebookColumns.

MethodnewGradebookColumns
Description

The callback for notifications of new gradebook columns.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgradebookColumnIds the Ids of the new GradebookColumns
Compliancemandatory This method must be implemented.
MethodchangedGradebookColumns
Description

The callback for notifications of new gradebook columns.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgradebookColumnIds the Ids of the new GradebookColumns
Compliancemandatory This method must be implemented.
MethoddeletedGradebookColumns
Description

The callback for notification of deleted gradebook columns.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListgradebookColumnIds the Ids of the deleted GradebookColumns
Compliancemandatory This method must be implemented.