Package org.hid4java.event
Class HidServicesEvent
- java.lang.Object
-
- org.hid4java.event.HidServicesEvent
-
public class HidServicesEvent extends java.lang.Object
Event to provide the following to API consumers:
- Provision of HID device information
- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description HidServicesEvent(HidDevice device)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HidDevice
getHidDevice()
java.lang.String
toString()
-
-
-
Field Detail
-
hidDevice
private final HidDevice hidDevice
-
-
Constructor Detail
-
HidServicesEvent
public HidServicesEvent(HidDevice device)
- Parameters:
device
- The HidDevice involved in the event
-
-
Method Detail
-
getHidDevice
public HidDevice getHidDevice()
- Returns:
- The associated HidDevice
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-