Mobile Sensor API Version 1.2

Uses of Interface
javax.microedition.sensor.control.Control

Packages that use Control
javax.microedition.sensor.control This Mobile Sensor API package is optional and it enables the control of the sensor. 
 

Uses of Control in javax.microedition.sensor.control
 

Subinterfaces of Control in javax.microedition.sensor.control
 interface MeasurementRangeControl
          A MeasurementRangeControl object is an example of a general control used to set the measurement range of the sensor.
 interface SampleRateControl
          A SampleRateControl object is an example of a general control used to set the sample rate of the sensor.
 interface StartControl
          A StartControl object is an example of a general control used to start the sensor by calling its execute() method.
 interface StopControl
          A StopControl object is an example of a general control used to stop the sensor by calling its execute() method.
 

Methods in javax.microedition.sensor.control that return Control
 Control Controllable.getControl(java.lang.String name)
          The method returns the Control object matching the given name.
 Control[] Controllable.getControls()
          The method returns all available, unique Control objects 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.