public interface HidServicesListener extends EventListener
Interface to provide the following to API consumers:
Modifier and Type | Method and Description |
---|---|
void |
hidDeviceAttached(HidServicesEvent event)
A HID device was attached
|
void |
hidDeviceDetached(HidServicesEvent event)
A HID device was detached
|
void |
hidFailure(HidServicesEvent event)
A HID failure occurred during scanning
|
void hidDeviceAttached(HidServicesEvent event)
event
- The eventvoid hidDeviceDetached(HidServicesEvent event)
event
- The eventvoid hidFailure(HidServicesEvent event)
event
- The eventCopyright © 2014–2015 Bitcoin Solutions Ltd. All rights reserved.