net.jhid.core.devices
Interface IRelativeAxis
- All Superinterfaces:
- IAxis
- All Known Implementing Classes:
- RelativeAxis
- public interface IRelativeAxis
- extends IAxis
An axis for which the device provides a differential value in each message.
The axis will maintain a value that is computed by summing all received delta values.
setValue
public void setValue(int aValue)
- Sets the current value of this axis.
addListener
public void addListener(IRelativeAxisListener aListener)
removeListener
public void removeListener(IRelativeAxisListener aListener)