net.jhid.impl.linux
Class EVDEVProvider

java.lang.Object
  extended bynet.jhid.impl.linux.EVDEVProvider
All Implemented Interfaces:
IDeviceProvider

public class EVDEVProvider
extends java.lang.Object
implements IDeviceProvider

Provides devices obtained from the linux evdev mechanism


Constructor Summary
EVDEVProvider()
           
 
Method Summary
 java.util.List getDevices()
          Returns the devices contributed by this provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EVDEVProvider

public EVDEVProvider()
Method Detail

getDevices

public java.util.List getDevices()
Description copied from interface: IDeviceProvider
Returns the devices contributed by this provider.

Specified by:
getDevices in interface IDeviceProvider