net.jhid.impl.spi
Interface IDeviceProvider
- All Known Implementing Classes:
- EVDEVProvider
- public interface IDeviceProvider
SPI interface for providing devices to jhid.
To contribute devices, implement this class and place
a line with the class name in the file
META-INF/services/net.jhid.impl.spi.IDeviceProvider
Method Summary |
java.util.List |
getDevices()
Returns the devices contributed by this provider. |
getDevices
public java.util.List getDevices()
- Returns the devices contributed by this provider.