Interface InquiryEnablerReceiver
- All Superinterfaces:
OsidReceiver
The inquiry enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted inquiry enablers.
Like all OsidReceivers, notifications are delivered to
InquiryEnablerReceiver serially and a receiver method is not invoked
again until any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedInquiryEnablers(Id notificationId, IdList inquiryEnablerIds) The callback for notification of updated inquiry enablers.voiddeletedInquiryEnablers(Id notificationId, IdList inquiryEnablerIds) The callback for notification of deleted inquiry enablers.voidnewInquiryEnablers(Id notificationId, IdList inquiryEnablerIds) The callback for notifications of new inquiry enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newInquiryEnablers
-
changedInquiryEnablers
-
deletedInquiryEnablers
-