com.motorola.multimedia
Class Lighting

java.lang.Object
  |
  +--com.motorola.multimedia.Lighting

public class Lighting
extends java.lang.Object

The Lighting class represents an interface to the various lights presents on the phone.


Method Summary
static void backlightOff()
          This method turns off the backlight.
static void backlightOn()
          This method turns on the backlight.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

backlightOff

public static void backlightOff()
This method turns off the backlight.

backlightOn

public static void backlightOn()
This method turns on the backlight.