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 TypeMethodDescriptionvoid
A HID device was attachedvoid
A HID device was detachedvoid
hidFailure
(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
-