OSID Logo
OSID Specifications
course chronicle package
Version 3.1.0
Interfaceosid.course.chronicle.CourseEntryReceiver
Implementsosid.OsidReceiver
Description

The course entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted course entries.

MethodnewCourseEntries
Description

The callback for notifications of new course entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseEntryIds the Ids of the new CourseEntries
Compliancemandatory This method must be implemented.
MethodchangedCourseEntries
Description

The callback for notification of updated course entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcourseEntryIds the Ids of the updated CourseEntries
Compliancemandatory This method must be implemented.
MethoddeletedCourseEntries
Description

the callback for notification of deleted course entries.

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