Interface DeviceEnablerReceiver
- All Superinterfaces:
OsidReceiver
The device enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted device enablers.
Like all OsidReceivers, notifications are delivered to
DeviceEnablerReceiver serially and a receiver method is not invoked again
until any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedDeviceEnablers(Id notificationId, IdList deviceEnablerIds) The callback for notification of updated device enablers.voiddeletedDeviceEnablers(Id notificationId, IdList deviceEnablerIds) The callback for notification of deleted device enablers.voidnewDeviceEnablers(Id notificationId, IdList deviceEnablerIds) The callback for notifications of new device enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newDeviceEnablers
-
changedDeviceEnablers
-
deletedDeviceEnablers
-