| Interface | osid.course.program.ProgramReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The program receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newPrograms | ||
| Description | 
                     The callback for notifications of new programs.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | programIds | the  Ids  of the new  Programs   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPrograms | ||
| Description | 
                     The callback for notification of updated programs.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | programIds | the  Ids  of the updated  Programs   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPrograms | ||
| Description | 
                     the callback for notification of deleted programs.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | programIds | the  Ids  of the deleted  Programs   | |
| Compliance | mandatory | This method must be implemented. | |