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.
 

Method Detail

getDevices

public java.util.List getDevices()
Returns the devices contributed by this provider.