| Interface | osid.course.registration.RegistrationTargetReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The registration target receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newRegistrationTargets | ||
| Description |
The callback for notifications of new registration targets. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | registrationTargetIds | the Id of the new RegistrationTargets | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRegistrationTargets | ||
| Description |
The callback for notification of updated registration targets. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | registrationTargetIds | the Id of the updated RegistrationTargets | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRegistrationTargets | ||
| Description |
The callback for notification of deleted registration targets. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | registrationTargetIds | the Id of the deleted RegistrationTargets | |
| Compliance | mandatory | This method must be implemented. | |