| Interface | osid.recognition.AwardReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The award receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newAwards | ||
| Description | 
                     The callback for notifications of new awards.  | ||
| Parameters | osid.id.IdList | awardIds | the  Ids  of the new  Awards   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAwards | ||
| Description | 
                     The callback for notification of updated awards.  | ||
| Parameters | osid.id.IdList | awardIds | the  Ids  of the updated  Awards   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAwards | ||
| Description | 
                     the callback for notification of deleted awards.  | ||
| Parameters | osid.id.IdList | awardIds | the  Ids  of the registered  Awards   | 
| Compliance | mandatory | This method must be implemented. | |