Mobile Sensor API Version 1.2

javax.microedition.sensor.control
Interface StartControl

All Superinterfaces:
Control

public interface StartControl
extends Control

A StartControl object is an example of a general control used to start the sensor by calling its execute() method.

A controllable sensor that can offer the possibility to start a sensor may provide a StartControl via its getControl() and getControls() methods. If the start control is provided, it MUST implement this interface. Starting and stopping do not have any relation to opening and closing the sensor.


Method Summary
 
Methods inherited from interface javax.microedition.sensor.control.Control
execute, getName
 


Mobile Sensor API Version 1.2

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