FileDocCategorySizeDatePackage
AutoMIDletForegroundState.javaAPI DocphoneME MR2 API (J2ME)1701Wed May 02 18:00:08 BST 2007com.sun.midp.automation

AutoMIDletForegroundState

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