OSID Logo
OSID Specifications
course plan package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListplanIds the Ids of the new plans
Compliancemandatory This method must be implemented.
MethodchangedPlans
Description

The callback for notifications of updated plans.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListplanIds the Ids of the updated plans
Compliancemandatory This method must be implemented.
MethoddeletedPlans
Description

The callback for notification of deleted plans.

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