Interface HidServicesListener

All Superinterfaces:
EventListener

public interface HidServicesListener extends EventListener

Interface to provide the following to API consumers:

  • Notification of a HID event
Since:
0.0.1  
  • Method Details

    • hidDeviceAttached

      void hidDeviceAttached(HidServicesEvent event)
      A HID device was attached
      Parameters:
      event - The event
    • hidDeviceDetached

      void hidDeviceDetached(HidServicesEvent event)
      A HID device was detached
      Parameters:
      event - The event
    • hidFailure

      void hidFailure(HidServicesEvent event)
      A HID failure occurred during scanning
      Parameters:
      event - The event