OSID Logo
OSID Specifications
course plan package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.plan.PlanReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewPlans
Description

The callback for notifications of new plans.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListplanIdsthe Ids of the new plans
CompliancemandatoryThis method must be implemented.
MethodchangedPlans
Description

The callback for notifications of updated plans.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListplanIdsthe Ids of the updated plans
CompliancemandatoryThis method must be implemented.
MethoddeletedPlans
Description

The callback for notification of deleted plans.

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