OSID Logo
OSID Specifications
course syllabus package
Version 3.0.0
Interfaceosid.course.syllabus.SyllabusReceiver
Implementsosid.OsidReceiver
Description

The syllabus receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted syllabi.

MethodnewSyllabi
Description

The callback for notifications of new syllabi.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsyllabusIdsthe Ids of the new syllabi
CompliancemandatoryThis method must be implemented.
MethodchangedSyllabi
Description

The callback for notifications of updated syllabi.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsyllabusIdsthe Ids of the updated syllabi
CompliancemandatoryThis method must be implemented.
MethoddeletedSyllabi
Description

the callback for notification of deleted syllabi.

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