File
Doc
Category
Size
Date
Package
AutoMIDletForegroundState.java
API Doc
phoneME MR2 API (J2ME)
1701
Wed May 02 18:00:08 BST 2007
com.sun.midp.automation
AutoMIDletForegroundState
java.lang.Object
public class AutoMIDletForegroundState extends Object
Represents MIDlet's foreground state.
Fields Summary
public static AutoMIDletForegroundState
FOREGROUND
Get state representing following condition: MIDlet is in foreground.
public static AutoMIDletForegroundState
BACKGROUND
Get state representing following condition: MIDlet is in background.
Constructors Summary
private AutoMIDletForegroundState
()
Private constructor to prevent other states creation
Methods Summary
Java Code Source