kaos.robots.util.joystick
Class AxisListener

java.lang.Object
  extended by kaos.robots.util.joystick.AxisListener

public class AxisListener
extends java.lang.Object


Constructor Summary
AxisListener(Axis axis, JoyStickCommandListener listener)
          Creates a new instance of AxisListener.
 
Method Summary
 void changed(JXInputAxisEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisListener

public AxisListener(Axis axis,
                    JoyStickCommandListener listener)
Creates a new instance of AxisListener.

Method Detail

changed

public void changed(JXInputAxisEvent ev)