| Interface | osid.bidding.rules.BidEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The bid receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newBidEnablers | ||
| Description |
The callback for notifications of new bid enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | bidEnablerIds | the Id of the new BidEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBidEnablers | ||
| Description |
The callback for notification of updated bid enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | bidEnablerIds | the Id of the updated BidEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBidEnablers | ||
| Description |
The callback for notification of deleted bid enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | bidEnablerIds | the Id of the deleted BidEnablers | |
| Compliance | mandatory | This method must be implemented. | |