Interface AuctionConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The auction constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted auction constrainer enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAuctionConstrainerEnablers(Id notificationId, IdList auctionConstrainerEnablerIds) The callback for notification of updated auction constrainer enablers.voiddeletedAuctionConstrainerEnablers(Id notificationId, IdList auctionConstrainerEnablerIds) The callback for notification of deleted auction constrainer enablers.voidnewAuctionConstrainerEnablers(Id notificationId, IdList auctionConstrainerEnablerIds) The callback for notifications of new auction constrainer enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAuctionConstrainerEnablers
The callback for notifications of new auction constrainer enablers.- Parameters:
notificationId- the notification IdauctionConstrainerEnablerIds- theIdof the newAuctionConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedAuctionConstrainerEnablers
The callback for notification of updated auction constrainer enablers.- Parameters:
notificationId- the notification IdauctionConstrainerEnablerIds- theIdof the updatedAuctionConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedAuctionConstrainerEnablers
The callback for notification of deleted auction constrainer enablers.- Parameters:
notificationId- the notification IdauctionConstrainerEnablerIds- theIdof the deletedAuctionConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-