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

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

MethodnewActivities
Description

The callback for notifications of new activities.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactivityIdsthe Ids of the new Activities
CompliancemandatoryThis method must be implemented.
MethodchangedActivities
Description

The callback for notification of updated activities.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactivityIdsthe Ids of the updated Activities
CompliancemandatoryThis method must be implemented.
MethoddeletedActivities
Description

the callback for notification of deleted activities.

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