Interface AuctionReceiver
- All Superinterfaces:
OsidReceiver
The auction receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Auction
objects.
Like all OsidReceivers, notifications are delivered to
AuctionReceiver serially and a receiver method is not invoked again until
any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAuctions(Id notificationId, IdList auctionIds) The callback for notification of updated auctions.voiddeletedAuctions(Id notificationId, IdList auctionIds) The callback for notification of deleted auctions.voidnewAuctions(Id notificationId, IdList auctionIds) The callback for notifications of new auctions.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAuctions
-
changedAuctions
-
deletedAuctions
-