OSID Logo
OSID Specifications
recognition package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListawardIds the Ids of the new Awards
Compliancemandatory This method must be implemented.
MethodchangedAwards
Description

The callback for notification of updated awards.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListawardIds the Ids of the updated Awards
Compliancemandatory This method must be implemented.
MethoddeletedAwards
Description

the callback for notification of deleted awards.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListawardIds the Ids of the registered Awards
Compliancemandatory This method must be implemented.