|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectMIDlet
net.comtor.j2me.midlet.MIDletTemplate
| Constructor Summary | |
MIDletTemplate()
Creates a new instance of MIDletTemplate Initialize GlobalGui and display variable |
|
| Method Summary | |
protected void |
destroyApp(boolean param)
|
javax.microedition.lcdui.Display |
getDisplay()
Getter for property display. |
protected void |
pauseApp()
Maneja el evento en el cual se pausa la aplicacion por una llamada o por solicitud del usuario |
abstract void |
realStart()
This method is the real start of Applet You mut be call here the first Displayable i.e: getDisplay().setCurrent(new Form("TEST")); |
void |
setDisplay(javax.microedition.lcdui.Display display)
Setter for property display. |
protected void |
startApp()
This method is called when the Midlet starts or the Midlet returns from pause state this method restores last Displayable before pause |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MIDletTemplate()
| Method Detail |
protected void destroyApp(boolean param)
throws javax.microedition.midlet.MIDletStateChangeException
javax.microedition.midlet.MIDletStateChangeExceptionprotected void pauseApp()
protected void startApp()
throws javax.microedition.midlet.MIDletStateChangeException
javax.microedition.midlet.MIDletStateChangeExceptionpublic javax.microedition.lcdui.Display getDisplay()
public void setDisplay(javax.microedition.lcdui.Display display)
display - New value of property display.public abstract void realStart()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||