| Interface | osid.bidding.rules.AuctionProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The auction processor receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted auction processors. | ||
| Method | newAuctionProcessors | ||
| Description |
The callback for notifications of new auction processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auctionProcessorIds | the Id of the new AuctionProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAuctionProcessors | ||
| Description |
The callback for notification of updated auction processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auctionProcessorIds | the Id of the updated AuctionProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAuctionProcessors | ||
| Description |
The callback for notification of deleted auction processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auctionProcessorIds | the Id of the deleted AuctionProcessors | |
| Compliance | mandatory | This method must be implemented. | |