A C D H P S

A

appmain - package appmain
 

C

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

D

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

H

Hello - class appmain.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 appmain.Hello
Create a new midlet based on the Hello class.

P

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

S

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

A C D H P S