| Interface | osid.course.syllabus.SyllabusReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The syllabus receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted syllabi.  | ||
| Method | newSyllabi | ||
| Description | 
                     The callback for notifications of new syllabi.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | syllabusIds | the  Ids  of the new syllabi  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedSyllabi | ||
| Description | 
                     The callback for notifications of updated syllabi.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | syllabusIds | the  Ids  of the updated syllabi  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedSyllabi | ||
| Description | 
                     the callback for notification of deleted syllabi.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | syllabusIds | the  Ids  of the deleted syllabi  | |
| Compliance | mandatory | This method must be implemented. | |