OSID Logo
OSID Specifications
course syllabus package
Version 3.1.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.

Like all OsidReceivers, notifications are delivered to SyllabusReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewSyllabi
Description

The callback for notifications of new syllabi.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsyllabusIds the Ids of the new syllabi
Compliancemandatory This method must be implemented.
MethodchangedSyllabi
Description

The callback for notifications of updated syllabi.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsyllabusIds the Ids of the updated syllabi
Compliancemandatory This method must be implemented.
MethoddeletedSyllabi
Description

the callback for notification of deleted syllabi.

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