| java.lang.Object com.sun.midp.lcdui.DisplayDeviceAccess
DisplayDeviceAccess | public class DisplayDeviceAccess (Code) | | Class that allows Display to access
Device specific calls in the native code
like flashBacklight.
|
Inner Class :class TimerClient extends TimerTask | |
Method Summary | |
public boolean | flashBacklight(int displayId, int duration) Requests a flashing effect for the device's backlight. |
flashBacklight | public boolean flashBacklight(int displayId, int duration)(Code) | | Requests a flashing effect for the device's backlight.
Parameters: displayId - The display ID associated with this Display Parameters: duration - the number of milliseconds the backlight should be flashed, or zero if the flashing should be stopped true if the backlight can be controlled |
|
|