| Interface | osid.bidding.AuctionHouseReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The auction house receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newAuctionHouses | ||
| Description |
The callback for notifications of new auction houses. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auctionHouseIds | the Id of the new AuctionHouses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAuctionHouses | ||
| Description |
The callback for notification of updated auction house. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auctionHouseIds | the Id of the updated AuctionHouses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAuctionHouses | ||
| Description |
The callback for notification of deleted auction houses. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auctionHouseIds | the Id of the deleted AuctionHouses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfAuctionHouses | ||
| Description |
The callback for notifications of changes to children of auction house hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | auctionHouseIds | the Ids of the AuctionHouses whose children
have changed | |
| Compliance | mandatory | This method must be implemented. | |