SensorReadListenerpublic class Mouse6DPointerBehavior.EchoReadListener extends java.lang.Object implements SensorReadListener
| Constructor | Description |
|---|---|
EchoReadListener() |
| 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. |
public void read(SensorEvent e)
SensorReadListenerdispatchEvents
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.read in interface SensorReadListenere - the sensor eventCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.