| Interface | osid.bidding.rules.AuctionConstrainerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The auction constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted auction constrainers.  | ||
| Method | newAuctionConstrainers | ||
| Description | 
                     The callback for notifications of new auction constrainers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | auctionConstrainerIds | the  Id  of the new  AuctionConstrainers   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAuctionConstrainers | ||
| Description | 
                     The callback for notification of updated auction constrainers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | auctionConstrainerIds | the  Id  of the updated  AuctionConstrainers   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAuctionConstrainers | ||
| Description | 
                     The callback for notification of deleted auction constrainers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | auctionConstrainerIds | the  Id  of the deleted  AuctionConstrainers   | |
| Compliance | mandatory | This method must be implemented. | |