|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--javax.microedition.midlet.MIDlet
This implements a midlet
| Constructor Summary | |
protected |
MIDlet()
|
| Method Summary | |
protected abstract void |
destroyApp(boolean unconditional)
Destroy the application |
java.lang.String |
getAppProperty(java.lang.String key)
Get an application property |
void |
notifyDestroyed()
Notify any management software that the midlet has been destroyed |
void |
notifyPaused()
Notify any management software that the midlet has paused |
protected abstract void |
pauseApp()
Pause the application |
void |
resumeRequest()
Tell the management software that this midlet wants to resume |
protected abstract void |
startApp()
Start the application |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected MIDlet()
| Method Detail |
protected abstract void startApp()
throws MIDletStateChangeException
MIDLetStateChangeException - if the midlet cannot start
MIDletStateChangeExceptionprotected abstract void pauseApp()
protected abstract void destroyApp(boolean unconditional)
throws MIDletStateChangeException
unconditional - if true means it has to stop
MIDletStateChangeException - if the midlet cannot startpublic final void notifyDestroyed()
public final void notifyPaused()
public final java.lang.String getAppProperty(java.lang.String key)
key - The property
public final void resumeRequest()
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||