| Interface | osid.recognition.ConvocationReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The convocation receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted convocations. | ||
| Method | newConvocation | ||
| Description |
The callback for notifications of new convocations. | ||
| Parameters | osid.id.IdList | convocationIds | the Ids of the new convocations |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedConvocation | ||
| Description |
The callback for notifications of updated convocations. | ||
| Parameters | osid.id.IdList | convocationIds | the Ids of the updated convocations |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedConvocation | ||
| Description |
the callback for notification of deleted convocations. | ||
| Parameters | osid.id.IdList | convocationIds | the Ids of the deleted convocations |
| Compliance | mandatory | This method must be implemented. | |