net.jhid.impl.generic
Class AbstractSlot
java.lang.Object
net.jhid.impl.generic.AbstractSlot
- Direct Known Subclasses:
- AbstractAxis, Button
- public abstract class AbstractSlot
- extends java.lang.Object
Provides common behaviour for axes and buttons
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSlot
public AbstractSlot(AbstractDevice aDevice)
getDevice
public IDevice getDevice()
getAbstractDevice
public AbstractDevice getAbstractDevice()
addListener
protected void addListener(java.lang.Object aListener)
removeListener
protected void removeListener(java.lang.Object aListener)
getListenersIterator
protected java.util.Iterator getListenersIterator()