|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.microedition.midlet.MIDlet
m3g02.Main
public class Main
MIDlet for HelloWorldSample.
| Field Summary | |
|---|---|
private javax.microedition.lcdui.Command |
exitCommand
Exit command. |
private HelloWorldSample |
sample
The sample. |
| Constructor Summary | |
|---|---|
Main()
Constructor. |
|
| Method Summary | |
|---|---|
void |
commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
Receives command actions. |
void |
destroyApp(boolean unconditional)
Enters the destroyed state. |
void |
pauseApp()
Enters the paused state. |
void |
startApp()
Enters the active state. |
| Methods inherited from class javax.microedition.midlet.MIDlet |
|---|
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private javax.microedition.lcdui.Command exitCommand
private HelloWorldSample sample
| Constructor Detail |
|---|
public Main()
| Method Detail |
|---|
public void startApp()
startApp in class javax.microedition.midlet.MIDletpublic void pauseApp()
pauseApp in class javax.microedition.midlet.MIDletpublic void destroyApp(boolean unconditional)
destroyApp in class javax.microedition.midlet.MIDletunconditional - if true, MIDlet is required to exit
unconditionally.
public void commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
commandAction in interface javax.microedition.lcdui.CommandListenercommand - command.displayable - source of the command.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||