Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.nokia.mid.ui
Class DeviceControl  view DeviceControl download DeviceControl.java

java.lang.Object
  extended bycom.nokia.mid.ui.DeviceControl

public class DeviceControl
extends java.lang.Object


Constructor Summary
DeviceControl()
           
 
Method Summary
static void flashLights(long duration)
           
(package private) static int getLightOn()
           
(package private) static void setLightOn(int val)
           
static void setLights(int num, int level)
           
static void startVibra(int frequency, long duration)
           
static void stopVibra()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceControl

public DeviceControl()
Method Detail

setLightOn

static void setLightOn(int val)

getLightOn

static int getLightOn()

startVibra

public static void startVibra(int frequency,
                              long duration)

stopVibra

public static void stopVibra()

setLights

public static void setLights(int num,
                             int level)

flashLights

public static void flashLights(long duration)