Mobile Sensor API Version 1.2

Uses of Package
javax.microedition.sensor

Packages that use javax.microedition.sensor
javax.microedition.sensor This package provides the classes and interfaces of the Mobile Sensor API mandatory part. 
javax.microedition.sensor.control This Mobile Sensor API package is optional and it enables the control of the sensor. 
 

Classes in javax.microedition.sensor used by javax.microedition.sensor
Channel
          Objects implementing the Channel interface provide information about the channel and maintain conditions for monitoring the data.
ChannelInfo
          The object implementing this interface provides information about the data properties of the channel.
Condition
           An application can set conditions to have the data monitored and receive a notification when the data meets the defined condition.
ConditionListener
           An interface implemented by the application to receive notifications when the monitored data meets the condition defined by the application.
Data
          This interface represents data values retrieved from one channel of a sensor.
DataListener
          The DataListener interface is implemented by the application to receive data from the sensor.
MeasurementRange
          This class represents the measurement range of one channel of the sensor.
SensorConnection
          The SensorConnection is an abstraction of an actual sensor.
SensorInfo
           SensorInfo contains a variety of information about the physical sensor.
SensorListener
          The SensorListener represents a listener that receives notifications when the availability of the sensor changes.
Unit
           The Unit represents the unit of the measured data values.
 

Classes in javax.microedition.sensor used by javax.microedition.sensor.control
ChannelInfo
          The object implementing this interface provides information about the data properties of the channel.
MeasurementRange
          This class represents the measurement range of one channel of the sensor.
 


Mobile Sensor API Version 1.2

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