Interface MyAuctionReceiver
- All Superinterfaces:
OsidReceiver
The auction receiver is the consumer supplied interface for receiving notifications for an agent's participation in an auction.
-
Method Summary
Modifier and TypeMethodDescriptionvoidendAuctions(Id notificationId, IdList auctionIds) The callback for notifications for an auction end.voidThe callback for notifications for new bids in an auction.voidThe callback for notifications for when this bidder has been outbid.voidrequireBid(Id notificationId, Id auctionId, DateTime deadline) The callback for notifications for when this bidder is required to bid.voidstartAuctions(Id notificationId, IdList auctionIds) The callback for notifications for an auction start.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
startAuctions
-
newBids
-
outBids
-
requireBid
The callback for notifications for when this bidder is required to bid.- Parameters:
notificationId- the notificationIdauctionId- theIdof theAuctiondeadline- the bidding deadline- Compliance:
mandatory- This method must be implemented.
-
endAuctions
-