Class Mouse6DPointerBehavior.EchoReadListener
java.lang.Object
com.sun.j3d.utils.behaviors.sensor.Mouse6DPointerBehavior.EchoReadListener
- All Implemented Interfaces:
SensorReadListener
- Enclosing class:
Mouse6DPointerBehavior
This member class updates the echo transform in response to sensor
reads.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidread(SensorEvent e) This method is called each time thedispatchEventsmethod ofSensorEventAgentis called and none of a sensor's buttons have been handled by a button listener.
-
Constructor Details
-
EchoReadListener
public EchoReadListener()
-
-
Method Details
-
read
Description copied from interface:SensorReadListenerThis method is called each time thedispatchEventsmethod ofSensorEventAgentis 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:
readin interfaceSensorReadListener- Parameters:
e- the sensor event
-