OSID Logo
OSID Specifications
course program package
Version 3.1.0
Interfaceosid.course.program.ProgramReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewPrograms
Description

The callback for notifications of new programs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprogramIds the Ids of the new Programs
Compliancemandatory This method must be implemented.
MethodchangedPrograms
Description

The callback for notification of updated programs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprogramIds the Ids of the updated Programs
Compliancemandatory This method must be implemented.
MethoddeletedPrograms
Description

the callback for notification of deleted programs.

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