| Interface | osid.course.registration.ActivityBundleReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The activity bundle receiver is the consumer supplied 
                interface for receiving notifications pertaining to new, 
                updated or deleted   | ||
| Method | newActivityBundles | ||
| Description | 
                     The callback for notifications of new activity bundles.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | activityBundleIds | the  Ids  of the new  ActivityBundles   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedActivityBundles | ||
| Description | 
                     The callback for notification of updated activity bundles.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | activityBundleIds | the  Ids  of the updated  ActivityBundles   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedActivityBundles | ||
| Description | 
                     the callback for notification of deleted activity bundles.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | activityBundleIds | the  Ids  of the deleted  ActivityBundles   | |
| Compliance | mandatory | This method must be implemented. | |