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

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

MethodnewActivities
Description

The callback for notifications of new activities.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListactivityIdsthe Id 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 Id 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 Id of the deleted Activities
CompliancemandatoryThis method must be implemented.