Interface SignalEnablerReceiver
- All Superinterfaces:
OsidReceiver
The signal enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted signal enablers.
Like all OsidReceivers, notifications are delivered to
SignalEnablerReceiver serially and a receiver method is not invoked again
until any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedSignalEnablers(Id notificationId, IdList signalEnablerIds) The callback for notification of updated signal enablers.voiddeletedSignalEnablers(Id notificationId, IdList signalEnablerIds) The callback for notification of deleted signal enablers.voidnewSignalEnablers(Id notificationId, IdList signalEnablerIds) The callback for notifications of new signal enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newSignalEnablers
-
changedSignalEnablers
-
deletedSignalEnablers
-