kaos.robots.util.joystick
Class ButtonListener

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

public class ButtonListener
extends java.lang.Object

Sample button listener.


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

Constructor Detail

ButtonListener

public ButtonListener(Button button,
                      JoyStickCommandListener listener)
Creates a new instance of AxisListener.

Method Detail

changed

public void changed(JXInputButtonEvent ev)