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.


Method Summary
 void addListener(IRelativeAxisListener aListener)
           
 void removeListener(IRelativeAxisListener aListener)
           
 void setValue(int aValue)
          Sets the current value of this axis.
 
Methods inherited from interface net.jhid.core.devices.IAxis
getDevice, getId, getValue
 

Method Detail

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)