| Interface | osid.bidding.BidReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The bid receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newBids | ||
| Description |
The callback for notifications of new bids. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | bidIds | the Id of the new Bids | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBids | ||
| Description |
The callback for notification of updated bids. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | bidIds | the Id of the updated Bids | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBids | ||
| Description |
The callback for notification of deleted bids. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | bidIds | the Id of the deleted Bids | |
| Compliance | mandatory | This method must be implemented. | |