Interface | osid.bidding.rules.AuctionProcessorEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The auction processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted auction processor enablers. | ||
Method | newAuctionProcessorEnablers | ||
Description |
The callback for notifications of new auction processor enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auctionProcessorEnablerIds | the Id of the new AuctionProcessorEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedAuctionProcessorEnablers | ||
Description |
The callback for notification of updated auction processor enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auctionProcessorEnablerIds | the Id of the updated AuctionProcessorEnablers
| |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAuctionProcessorEnablers | ||
Description |
The callback for notification of deleted auction processor enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auctionProcessorEnablerIds | the Id of the deleted AuctionProcessorEnablers
| |
Compliance | mandatory | This method must be implemented. |