| Interface | osid.course.plan.PlanReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | The plan receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted plans. | ||
| Method | newPlans | ||
| Description | The callback for notifications of new plans. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | planIds | the  Ids of the new plans | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPlans | ||
| Description | The callback for notifications of updated plans. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | planIds | the  Ids of the updated plans | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPlans | ||
| Description | The callback for notification of deleted plans. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | planIds | the  Ids of the deleted plans | |
| Compliance | mandatory | This method must be implemented. | |