Interface AuctionHouseReceiver
- All Superinterfaces:
OsidReceiver
The auction house receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
AuctionHouse objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAuctionHouses(Id notificationId, IdList auctionHouseIds) The callback for notification of updated auction house.voidchangedChildOfAuctionHouses(Id notificationId, IdList auctionHouseIds) The callback for notifications of changes to children of auction house hierarchy nodes.voiddeletedAuctionHouses(Id notificationId, IdList auctionHouseIds) The callback for notification of deleted auction houses.voidnewAuctionHouses(Id notificationId, IdList auctionHouseIds) The callback for notifications of new auction houses.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAuctionHouses
-
changedAuctionHouses
-
deletedAuctionHouses
-
changedChildOfAuctionHouses
The callback for notifications of changes to children of auction house hierarchy nodes.- Parameters:
notificationId- the notificationIdauctionHouseIds- theIdsof theAuctionHouseswhose children have changed- Compliance:
mandatory- This method must be implemented.
-