OSID Logo
OSID Specifications
recognition package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recognition.AwardReceiver
Implementsosid.OsidReceiver
Description

The award receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Award objects.

MethodnewAwards
Description

The callback for notifications of new awards.

Parametersosid.id.IdListawardIdsthe Ids of the new Awards
CompliancemandatoryThis method must be implemented.
MethodchangedAwards
Description

The callback for notification of updated awards.

Parametersosid.id.IdListawardIdsthe Ids of the updated Awards
CompliancemandatoryThis method must be implemented.
MethoddeletedAwards
Description

the callback for notification of deleted awards.

Parametersosid.id.IdListawardIdsthe Ids of the registered Awards
CompliancemandatoryThis method must be implemented.