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 | getAlertFailure() Returns an initiliazed instance of alertFailure component. |
public Alert | getAlertSuccess() Returns an initiliazed instance of alertSuccess component. |
public Display | getDisplay() Returns a display instance. |
public Command | getExitCommand() Returns an initiliazed instance of exitCommand component. |
public LoginScreen | getLoginScreen() Returns an initiliazed instance of loginScreen component. |
public SplashScreen | getSplashScreen() Returns an initiliazed instance of splashScreen component. |
public SimpleCancellableTask | getTask() Returns an initiliazed instance of task component. |
public Ticker | getTicker() Returns an initiliazed instance of ticker component. |
public WaitScreen | getWaitScreen() Returns an initiliazed instance of waitScreen 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. |