OSID Logo
OSID Specifications
learning package
Version 3.1.0
Interfaceosid.learning.ProficiencyReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewProficiencies
Description

The callback for notifications of new proficiencies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListproficiencyIds the Ids of the new Proficiencies
Compliancemandatory This method must be implemented.
MethodchangedProficiencies
Description

The callback for notification of updated proficiencies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListproficiencyIds the Ids of the updated Proficiencies
Compliancemandatory This method must be implemented.
MethoddeletedProficiencies
Description

The callback for notification of deleted proficiencies.

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