OSID Logo
OSID Specifications
course package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.ActivityUnitReceiver
Implementsosid.OsidReceiver
Description

The activity unit receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted ActivityUnit objects.

MethodnewActivityUnits
Description

The callback for notifications of new activity units.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactivityUnitIdsthe Ids of the new ActivityUnits
CompliancemandatoryThis method must be implemented.
MethodchangedActivityUnits
Description

The callback for notification of updated activity units.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactivityUnitIdsthe Ids of the updated ActivityUnits
CompliancemandatoryThis method must be implemented.
MethoddeletedActivityUnits
Description

the callback for notification of deleted activity units.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactivityUnitIdsthe Ids of the deleted ActivityUnits
CompliancemandatoryThis method must be implemented.