Interface InputEnablerReceiver
- All Superinterfaces:
OsidReceiver
The input enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted input enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedInputEnablers(Id notificationId, IdList inputEnablerIds) The callback for notification of updated input enablers.voiddeletedInputEnablers(Id notificationId, IdList inputEnablerIds) The callback for notification of deleted input enablers.voidnewInputEnablers(Id notificationId, IdList inputEnablerIds) The callback for notifications of new input enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newInputEnablers
-
changedInputEnablers
-
deletedInputEnablers
-