kaos.robots.util.joystick
Class JoyStickAxisListener

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

public class JoyStickAxisListener
extends java.lang.Object

Example listener to an axis.


Constructor Summary
JoyStickAxisListener(Axis axis, MobileRobotPanel mrp)
          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

JoyStickAxisListener

public JoyStickAxisListener(Axis axis,
                            MobileRobotPanel mrp)
Creates a new instance of AxisListener.

Method Detail

changed

public void changed(JXInputAxisEvent ev)