OSID Logo
OSID Specifications
recognition package
Version 3.1.0
Interfaceosid.recognition.ConferralReceiver
Implementsosid.OsidReceiver
Description

The conferral receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted conferrals.

MethodnewConferrals
Description

The callback for notifications of new conferrals.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListconferralIds the Ids of the new conferrals
Compliancemandatory This method must be implemented.
MethodchangedConferrals
Description

The callback for notifications of updated conferrals.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListconferralIds the Ids of the updated conferrals
Compliancemandatory This method must be implemented.
MethoddeletedConferrals
Description

the callback for notification of deleted conferrals.

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