| Interface | osid.assessment.AssessmentReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The assessment receiver is the consumer supplied interface 
                for receiving notifications pertaining to new, updated or 
                deleted   | ||
| Method | newAssessments | ||
| Description | 
                     The callback for notifications of new assessments.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | assessmentIds | the  Ids  of the new  Assessments   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAssessments | ||
| Description | 
                     The callback for notification of updated assessments.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | assessmentIds | the  Ids  of the updated  Assessments   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAssessments | ||
| Description | 
                     the callback for notification of deleted assessments.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | assessmentIds | the  Ids  of the deleted  Assessments   | |
| Compliance | mandatory | This method must be implemented. | |