| Interface | osid.recognition.ConferralReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The conferral receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted conferrals. | ||
| Method | newConferrals | ||
| Description |
The callback for notifications of new conferrals. | ||
| Parameters | osid.id.IdList | conferralIds | the Ids of the new conferrals |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedConferrals | ||
| Description |
The callback for notifications of updated conferrals. | ||
| Parameters | osid.id.IdList | conferralIds | the Ids of the updated conferrals |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedConferrals | ||
| Description |
the callback for notification of deleted conferrals. | ||
| Parameters | osid.id.IdList | conferralIds | the Ids of the deleted conferrals |
| Compliance | mandatory | This method must be implemented. | |