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

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

MethodnewProgramEntries
Description

The callback for notifications of new program entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprogramEntryIds the Ids of the new ProgramEntries
Compliancemandatory This method must be implemented.
MethodchangedProgramEntries
Description

The callback for notification of updated program entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprogramEntryIds the Ids of the updated ProgramEntries
Compliancemandatory This method must be implemented.
MethoddeletedProgramEntries
Description

the callback for notification of deleted program entries.

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