| Interface | osid.offering.ResultReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The result receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted results. | ||
| Method | newResults | ||
| Description |
The callback for notifications of new results. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | resultIds | the Ids of the new results | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedResults | ||
| Description |
The callback for notifications of updated results. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | resultIds | the Ids of the updated results | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedResults | ||
| Description |
the callback for notification of deleted results. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | resultIds | the Ids of the deleted results | |
| Compliance | mandatory | This method must be implemented. | |