|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SensorReadListener
This defines the interface for handling a sensor's read events in
conjuction with a SensorEventAgent instance.
The events passed to this listener's methods are ephemeral; they
are only valid until the listener has returned. If a listener needs to
retain the event it must be copied using the
SensorEvent(SensorEvent) constructor.
SensorEvent,
SensorEventAgent,
SensorButtonListener| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void read(SensorEvent e)
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.
e - the sensor event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||