OSID Logo
OSID Specifications
course package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListactivityUnitIds the Ids of the new ActivityUnits
Compliancemandatory This method must be implemented.
MethodchangedActivityUnits
Description

The callback for notification of updated activity units.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListactivityUnitIds the Ids of the updated ActivityUnits
Compliancemandatory This method must be implemented.
MethoddeletedActivityUnits
Description

the callback for notification of deleted activity units.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListactivityUnitIds the Ids of the deleted ActivityUnits
Compliancemandatory This method must be implemented.