| Interface | osid.bidding.rules.AuctionConstrainerEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The auction constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted auction constrainer enablers.  | ||
| Method | newAuctionConstrainerEnablers | ||
| Description | 
                     The callback for notifications of new auction constrainer enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
osid.id.IdList | auctionConstrainerEnablerIds | the  Id  of the new  AuctionConstrainerEnablers   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAuctionConstrainerEnablers | ||
| Description | 
                     The callback for notification of updated auction constrainer enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
osid.id.IdList | auctionConstrainerEnablerIds | the  Id  of the updated  AuctionConstrainerEnablers 
  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAuctionConstrainerEnablers | ||
| Description | 
                     The callback for notification of deleted auction constrainer enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification Id | 
osid.id.IdList | auctionConstrainerEnablerIds | the  Id  of the deleted  AuctionConstrainerEnablers 
  | |
| Compliance | mandatory | This method must be implemented. | |