| Interface | osid.acknowledgement.CreditReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The credit receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted credits.  | ||
| Method | newCredits | ||
| Description | 
                     The callback for notifications of new credits.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | creditIds | the  Ids  of the new credits  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCredits | ||
| Description | 
                     The callback for notifications of updated credits.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | creditIds | the  Ids  of the updated credits  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCredits | ||
| Description | 
                     the callback for notification of deleted credits.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | creditIds | the  Ids  of the deleted credits  | |
| Compliance | mandatory | This method must be implemented. | |