Mobile Sensor API Version 1.2

Uses of Interface
javax.microedition.sensor.SensorConnection

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

Copyright © 2005-2008 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.