| java.lang.Object com.sun.midp.main.NativeForegroundState
NativeForegroundState | public class NativeForegroundState (Code) | | This class enables the native foreground state to be changed.
|
Method Summary | |
public static void | setState(SecurityToken token, int displayId) Set foreground display native state, so the native code will know
which display can draw. |
setState | public static void setState(SecurityToken token, int displayId)(Code) | | Set foreground display native state, so the native code will know
which display can draw.
Parameters: token - token with the "com.sun.midp.ams" permission allowed Parameters: displayId - Display ID |
|
|