OSID Logo
OSID Specifications
course registration package
Version 3.0.0
Interfaceosid.course.registration.RegistrationTargetReceiver
Implementsosid.OsidReceiver
Description

The registration target receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted RegistrationTarget objects.

MethodnewRegistrationTargets
Description

The callback for notifications of new registration targets.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListregistrationTargetIdsthe Id of the new RegistrationTargets
CompliancemandatoryThis method must be implemented.
MethodchangedRegistrationTargets
Description

The callback for notification of updated registration targets.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListregistrationTargetIdsthe Id of the updated RegistrationTargets
CompliancemandatoryThis method must be implemented.
MethoddeletedRegistrationTargets
Description

The callback for notification of deleted registration targets.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListregistrationTargetIdsthe Id of the deleted RegistrationTargets
CompliancemandatoryThis method must be implemented.