OSID Logo
OSID Specifications
learning package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListproficiencyIdsthe Ids of the new Proficiencies
CompliancemandatoryThis method must be implemented.
MethodchangedProficiencies
Description

The callback for notification of updated proficiencies.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListproficiencyIdsthe Ids of the updated Proficiencies
CompliancemandatoryThis method must be implemented.
MethoddeletedProficiencies
Description

The callback for notification of deleted proficiencies.

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