| java.lang.Object com.sun.midp.automation.AutoForegroundStateController
foregroundMIDletChanged | public void foregroundMIDletChanged(MIDletProxy oldForeground, MIDletProxy newForeground)(Code) | | Called when foreground MIDlet is about to be changed.
Parameters: oldForeground - MIDlet currently in foreground Parameters: newForeground - MIDlet getting foreground |
getForegroundStateController | static synchronized AutoForegroundStateController getForegroundStateController()(Code) | | Gets AutoMIDletStateController instance.
AutoMIDletStateController instance |
handleForegroundRequestEvent | public void handleForegroundRequestEvent(int midletSuiteID, String midletClassName)(Code) | | Processes AUTO_FOREGROUND_REQUEST event
Parameters: midletSuiteID - MIDlet's suite ID Parameters: midletClassName - MIDlet's class name |
switchTo | void switchTo(AutoMIDletImpl midlet, AutoMIDletForegroundState state)(Code) | | Initiates switching MIDlet to specified state.
Parameters: midlet - AutoMIDletImpl instance representing MIDlet to switch Parameters: state - state to switch to |
|
|