| Interface | osid.course.syllabus.ModuleReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The module receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted modules.  | ||
| Method | newModules | ||
| Description | 
                     The callback for notifications of new modules.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | moduleIds | the  Ids  of the new modules  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedModules | ||
| Description | 
                     The callback for notifications of updated modules.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | moduleIds | the  Ids  of the updated modules  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedModules | ||
| Description | 
                     the callback for notification of deleted modules.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | moduleIds | the  Ids  of the deleted modules  | |
| Compliance | mandatory | This method must be implemented. | |