|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jhid.impl.generic.AbstractSlot net.jhid.impl.generic.AbstractAxis net.jhid.impl.generic.RelativeAxis
Constructor Summary | |
RelativeAxis(AbstractDevice aDevice,
AxisId aId)
|
Method Summary | |
void |
addListener(IRelativeAxisListener aListener)
|
void |
move(int aDelta)
Updates the value of this axis and fires an event. |
void |
removeListener(IRelativeAxisListener aListener)
|
Methods inherited from class net.jhid.impl.generic.AbstractAxis |
getId, getValue, setValue |
Methods inherited from class net.jhid.impl.generic.AbstractSlot |
addListener, getAbstractDevice, getDevice, getListenersIterator, removeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.jhid.core.devices.IRelativeAxis |
setValue |
Methods inherited from interface net.jhid.core.devices.IAxis |
getDevice, getId, getValue |
Constructor Detail |
public RelativeAxis(AbstractDevice aDevice, AxisId aId)
Method Detail |
public void addListener(IRelativeAxisListener aListener)
addListener
in interface IRelativeAxis
public void removeListener(IRelativeAxisListener aListener)
removeListener
in interface IRelativeAxis
public void move(int aDelta)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |