Interface BidEnablerReceiver
- All Superinterfaces:
OsidReceiver
The bid receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted BidEnablers.
Like all OsidReceivers, notifications are delivered to
BidEnablerReceiver serially and a receiver method is not invoked again
until any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedBidEnablers(Id notificationId, IdList bidEnablerIds) The callback for notification of updated bid enablers.voiddeletedBidEnablers(Id notificationId, IdList bidEnablerIds) The callback for notification of deleted bid enablers.voidnewBidEnablers(Id notificationId, IdList bidEnablerIds) The callback for notifications of new bid enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newBidEnablers
-
changedBidEnablers
-
deletedBidEnablers
-