| Interface | osid.assessment.AssessmentTakenReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The assessment receiver is the consumer supplied interface 
                for receiving notifications pertaining to new, updated or 
                deleted   | ||
| Method | newAssessmentsTaken | ||
| Description | 
                     The callback for notifications of new taken assessments.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | assessmentTakenIds | the  Ids  of the new  AssessmentsTaken   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAssessmenstTaken | ||
| Description | 
                     The callback for notification of updated taken assessments.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | assessmentTakenIds | the  Ids  of the updated  AssessmentsTaken   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAssessmenstTaken | ||
| Description | 
                     the callback for notification of deleted taken assessments.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | assessmentTakenIds | the  Ids  of the deleted  AssessmentsTaken   | |
| Compliance | mandatory | This method must be implemented. | |