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

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

MethodnewConvocation
Description

The callback for notifications of new convocations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListconvocationIds the Ids of the new convocations
Compliancemandatory This method must be implemented.
MethodchangedConvocation
Description

The callback for notifications of updated convocations.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListconvocationIds the Ids of the updated convocations
Compliancemandatory This method must be implemented.
MethoddeletedConvocation
Description

the callback for notification of deleted convocations.

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