Interface AuctionProcessorEnablerReceiver
- All Superinterfaces:
OsidReceiver
The auction processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted auction processor enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAuctionProcessorEnablers(Id notificationId, IdList auctionProcessorEnablerIds) The callback for notification of updated auction processor enablers.voiddeletedAuctionProcessorEnablers(Id notificationId, IdList auctionProcessorEnablerIds) The callback for notification of deleted auction processor enablers.voidnewAuctionProcessorEnablers(Id notificationId, IdList auctionProcessorEnablerIds) The callback for notifications of new auction processor enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAuctionProcessorEnablers
The callback for notifications of new auction processor enablers.- Parameters:
notificationId- the notification IdauctionProcessorEnablerIds- theIdof the newAuctionProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
changedAuctionProcessorEnablers
The callback for notification of updated auction processor enablers.- Parameters:
notificationId- the notification IdauctionProcessorEnablerIds- theIdof the updatedAuctionProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedAuctionProcessorEnablers
The callback for notification of deleted auction processor enablers.- Parameters:
notificationId- the notification IdauctionProcessorEnablerIds- theIdof the deletedAuctionProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-