Package | Description |
---|---|
javax.microedition.lui |
[OPTIONAL] Set of features to implement Line-oriented User Interface.
|
Modifier and Type | Method and Description |
---|---|
DisplayHardwareState |
Display.getHardwareState()
Gets the state of the hardware for this display.
|
static DisplayHardwareState |
DisplayHardwareState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DisplayHardwareState[] |
DisplayHardwareState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DisplayListener.hardwareStateChanged(Display d,
DisplayHardwareState newState)
This method is called when the hardware state of a Display's hardware
changes, e.g.
|
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.