Methods Summary |
---|
protected void | destroyApp(boolean unconditional)Forwards destoryApp method to the MIDlet from the scheduler.
midlet.destroyApp(unconditional);
|
protected void | pauseApp()Forwards pauseApp method to the MIDlet from the scheduler.
midlet.pauseApp();
|
protected void | startApp()Forwards startApp method to the MIDlet from the scheduler.
midlet.startApp();
|