com.yobotics.simulationconstructionset.joystick
Class JoystickUpdater

java.lang.Object
  extended by com.yobotics.simulationconstructionset.joystick.JoystickUpdater
All Implemented Interfaces:
java.lang.Runnable

public class JoystickUpdater
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
JoystickUpdater(net.java.games.input.Controller joystickController)
           
 
Method Summary
 void addListener(JoystickEventListener joystickEventListener)
           
 void run()
           
 void setPollInterval(long pollIntervalMillis)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoystickUpdater

public JoystickUpdater(net.java.games.input.Controller joystickController)
Method Detail

setPollInterval

public void setPollInterval(long pollIntervalMillis)

run

public void run()
Specified by:
run in interface java.lang.Runnable

addListener

public void addListener(JoystickEventListener joystickEventListener)