com.yobotics.simulationconstructionset.joystick
Class DoubleYoVariableJoystickEventListener

java.lang.Object
  extended by com.yobotics.simulationconstructionset.joystick.DoubleYoVariableJoystickEventListener
All Implemented Interfaces:
JoystickEventListener

public class DoubleYoVariableJoystickEventListener
extends java.lang.Object
implements JoystickEventListener


Constructor Summary
DoubleYoVariableJoystickEventListener(DoubleYoVariable variable, net.java.games.input.Component component, double min, double max, double deadZone, boolean signFlip)
           
 
Method Summary
 void processEvent(net.java.games.input.Event event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleYoVariableJoystickEventListener

public DoubleYoVariableJoystickEventListener(DoubleYoVariable variable,
                                             net.java.games.input.Component component,
                                             double min,
                                             double max,
                                             double deadZone,
                                             boolean signFlip)
Method Detail

processEvent

public void processEvent(net.java.games.input.Event event)
Specified by:
processEvent in interface JoystickEventListener