| example.PropExample
PropExample | public class PropExample extends MIDlet implements CommandListener(Code) | | An example MIDlet shows the values of the system properties.
Refer to the startApp, pauseApp, and destroyApp
methods so see how it handles each requested transition.
|
PropExample | public PropExample()(Code) | | |
commandAction | public void commandAction(Command c, Displayable s)(Code) | | |
destroyApp | public void destroyApp(boolean unconditional)(Code) | | Destroy must cleanup everything.
|
pauseApp | public void pauseApp()(Code) | | Time to pause, free any space we don't need right now.
|
startApp | public void startApp()(Code) | | Show the value of the properties
|
|
|