OSID Logo
OSID Specifications
recognition package
Version 3.0.0
Release Candidate Preview
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.IdListconvocationIdsthe Ids of the new convocations
CompliancemandatoryThis method must be implemented.
MethodchangedConvocation
Description

The callback for notifications of updated convocations.

Parametersosid.id.IdListconvocationIdsthe Ids of the updated convocations
CompliancemandatoryThis method must be implemented.
MethoddeletedConvocation
Description

the callback for notification of deleted convocations.

Parametersosid.id.IdListconvocationIdsthe Ids of the deleted convocations
CompliancemandatoryThis method must be implemented.