OSID Logo
OSID Specifications
course chronicle package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListprogramEntryIdsthe Ids of the new ProgramEntries
CompliancemandatoryThis method must be implemented.
MethodchangedProgramEntries
Description

The callback for notification of updated program entries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprogramEntryIdsthe Ids of the updated ProgramEntries
CompliancemandatoryThis method must be implemented.
MethoddeletedProgramEntries
Description

the callback for notification of deleted program entries.

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