| Interface | osid.course.program.ProgramOfferingReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The program offering receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted program offerings.  | ||
| Method | newProgramOfferings | ||
| Description | 
                     The callback for notifications of new program offerings.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | programOfferingIds | the  Ids  of the new  ProgramOfferings   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProgramOfferings | ||
| Description | 
                     The callback for notification of updated program offerings.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | programOfferingIds | the  Ids  of the updated  ProgramOfferings   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProgramOfferings | ||
| Description | 
                     The callback for notification of deleted program offerings.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | programOfferingIds | the  Ids  of the deleted  ProgramOfferings   | |
| Compliance | mandatory | This method must be implemented. | |