Method Summary |
|
public void | commandAction(Command command, Displayable displayable) Called by a system to indicated that a command has been invoked on a particular displayable. |
public void | destroyApp(boolean unconditional) Called to signal the MIDlet to terminate. |
public void | exitMIDlet() Exits MIDlet. |
public Alert | getAlert() Returns an initiliazed instance of alert component. |
public Display | getDisplay() Returns a display instance. |
public Command | getExitCommand() Returns an initiliazed instance of exitCommand component. |
public PIMBrowser | getPimBrowser() Returns an initiliazed instance of pimBrowser component. |
public SplashScreen | getSplashScreen() Returns an initiliazed instance of splashScreen component. |
public void | pauseApp() Called when MIDlet is paused. |
public void | resumeMIDlet() Performs an action assigned to the Mobile Device - MIDlet Resumed point. |
public void | startApp() Called when MIDlet is started. |
public void | startMIDlet() Performs an action assigned to the Mobile Device - MIDlet Started point. |
public void | switchDisplayable(Alert alert, Displayable nextDisplayable) Switches a current displayable in a display. |