Interface ValueEnablerReceiver
- All Superinterfaces:
OsidReceiver
The value enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted value enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedValueEnablers(Id notificationId, IdList valueEnablerIds) The callback for notification of updated value enablers.voiddeletedValueEnablers(Id notificationId, IdList valueEnablerIds) The callback for notification of deleted value enablers.voidnewValueEnablers(Id notificationId, IdList valueEnablerIds) The callback for notifications of new value enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newValueEnablers
-
changedValueEnablers
-
deletedValueEnablers
-