C D H P S

C

commandAction(Command, Displayable) - Method in class Hello
Indicates that Command c has occurred on Displayable d.

D

destroyApp(boolean) - Method in class Hello
Signals the MIDlet to terminate and enter the Destroyed state.

H

Hello - class Hello.
This class implements a minimal J2ME MIDlet to show the various life cycle methods and provide an example for working out the details of compiling, packaging, and running midlets.
Hello() - Constructor for class Hello
Create a new midlet based on the Hello class.

P

pauseApp() - Method in class Hello
Signals the MIDlet to stop and enter the Paused state.

S

startApp() - Method in class Hello
Signals the MIDlet that it has entered the Active state.

C D H P S