com.yobotics.simulationconstructionset.joystick
Class BooleanYoVariableJoystickEventListener

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

public class BooleanYoVariableJoystickEventListener
extends java.lang.Object
implements JoystickEventListener


Constructor Summary
BooleanYoVariableJoystickEventListener(BooleanYoVariable variable, net.java.games.input.Component component, boolean flip)
           
 
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

BooleanYoVariableJoystickEventListener

public BooleanYoVariableJoystickEventListener(BooleanYoVariable variable,
                                              net.java.games.input.Component component,
                                              boolean flip)
Method Detail

processEvent

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