Interface HidServicesListener
- All Superinterfaces:
EventListener
Interface to provide the following to API consumers:
- Notification of a HID event
- Since:
- 0.0.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidA HID device was attachedvoidA HID device was detachedvoidhidFailure(HidServicesEvent event) A HID failure occurred during scanning
-
Method Details
-
hidDeviceAttached
A HID device was attached- Parameters:
event- The event
-
hidDeviceDetached
A HID device was detached- Parameters:
event- The event
-
hidFailure
A HID failure occurred during scanning- Parameters:
event- The event
-