| Interface | osid.inquiry.ResponseReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The response receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted responses. | ||
| Method | newResponses | ||
| Description |
The callback for notifications of new responses. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | responseIds | the Ids of the new Responses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedResponses | ||
| Description |
The callback for notification of updated responses. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | responseIds | the Ids of the updated Responses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedResponses | ||
| Description |
The callback for notification of deleted responses. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | responseIds | the Ids of the deleted Responses | |
| Compliance | mandatory | This method must be implemented. | |