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 Alert | getAlert1() Returns an initiliazed instance of alert1 component. |
public Alert | getAlert2() Returns an initiliazed instance of alert2 component. |
public Alert | getAlert3() Returns an initiliazed instance of alert3 component. |
public Display | getDisplay() Returns a display instance. |
public Command | getExitCommand() Returns an initiliazed instance of exitCommand component. |
public List | getList() Returns an initiliazed instance of list component. |
public void | listAction() Performs an action assigned to the selected list element in the list 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. |
public void | updateAlertMessage() |