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 | getAlertError() Returns an initiliazed instance of alertError component. |
public Alert | getAlertSent() Returns an initiliazed instance of alertSent component. |
public Display | getDisplay() Returns a display instance. |
public Command | getExitCommand() Returns an initiliazed instance of exitCommand component. |
public SMSComposer | getSmsComposer() Returns an initiliazed instance of smsComposer component. |
public SplashScreen | getSplashScreen() Returns an initiliazed instance of splashScreen component. |
public SimpleCancellableTask | getTask() Returns an initiliazed instance of task 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. |