Interface | osid.messaging.ReceiptReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The receipt receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newReceipts | ||
Description |
The callback for notifications of new receipts. | ||
Parameters | osid.id.IdList | receiptIds | the Ids of the new Receipts |
Compliance | mandatory | This method must be implemented. | |
Method | changedReceipts | ||
Description |
The callback for notification of updated receipts. | ||
Parameters | osid.id.IdList | receiptIds | the Ids of the updated Receipts |
Compliance | mandatory | This method must be implemented. | |
Method | deletedReceipts | ||
Description |
the callback for notification of deleted receipts. | ||
Parameters | osid.id.IdList | receiptIds | the Ids of the deleted Receipts |
Compliance | mandatory | This method must be implemented. |