Package | Description |
---|---|
javax.microedition.midlet |
The MIDlet package defines Mobile Information
Device Profile applications and the interactions between the
application and the environment in which the application runs.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
MIDlet.destroyApp(boolean unconditional)
Signals the
MIDlet to terminate and enter the
Destroyed state. |
protected abstract void |
MIDlet.startApp()
Signals the
MIDlet that it has entered the
Active state. |
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.