net.jhid.impl.generic
Class AbstractSlot

java.lang.Object
  extended bynet.jhid.impl.generic.AbstractSlot
Direct Known Subclasses:
AbstractAxis, Button

public abstract class AbstractSlot
extends java.lang.Object

Provides common behaviour for axes and buttons


Constructor Summary
AbstractSlot(AbstractDevice aDevice)
           
 
Method Summary
protected  void addListener(java.lang.Object aListener)
           
 AbstractDevice getAbstractDevice()
           
 IDevice getDevice()
           
protected  java.util.Iterator getListenersIterator()
           
protected  void removeListener(java.lang.Object aListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSlot

public AbstractSlot(AbstractDevice aDevice)
Method Detail

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()