|
Mobile Sensor API Version 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SensorConnection | |
---|---|
javax.microedition.sensor |
This package provides the classes and interfaces of the
Mobile Sensor API mandatory part. |
Uses of SensorConnection in javax.microedition.sensor |
---|
Methods in javax.microedition.sensor with parameters of type SensorConnection | |
---|---|
void |
ConditionListener.conditionMet(SensorConnection sensor,
Data data,
Condition condition)
Notifies the application that a measured value from a sensor has met the defined Condition . |
void |
DataListener.dataReceived(SensorConnection sensor,
Data[] data,
boolean isDataLost)
Notification of the received sensor data. |
void |
DataAndErrorListener.errorReceived(SensorConnection sensor,
int errorCode,
long timestamp)
This method notifies of the occured error during the data fetching from a sensor. |
|
Mobile Sensor API Version 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |