Class Mouse6DPointerBehavior.EchoReadListener

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void read​(SensorEvent e)
      This method is called each time the dispatchEvents method of SensorEventAgent is called and none of a sensor's buttons have been handled by a button listener.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EchoReadListener

        public EchoReadListener()
    • Method Detail

      • read

        public void read​(SensorEvent e)
        Description copied from interface: SensorReadListener
        This method is called each time the dispatchEvents method of SensorEventAgent is called and none of a sensor's buttons have been handled by a button listener. The sensor read value has not necessarily changed since the last read event.
        Specified by:
        read in interface SensorReadListener
        Parameters:
        e - the sensor event