us.ihmc.utilities.inputDevices
Class Mouse3DListener

java.lang.Object
  extended by us.ihmc.utilities.inputDevices.Mouse3DListener

public abstract class Mouse3DListener
extends java.lang.Object


Constructor Summary
Mouse3DListener(int id)
           
 
Method Summary
 int getID()
           
 void setValue(double newValue)
           
abstract  void valueChanged(double oldValue, double newValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mouse3DListener

public Mouse3DListener(int id)
Method Detail

getID

public int getID()

setValue

public void setValue(double newValue)

valueChanged

public abstract void valueChanged(double oldValue,
                                  double newValue)