javax.microedition.midlet
Class MIDlet
java.lang.Object
javax.microedition.midlet.MIDlet
public abstract class MIDlet
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MIDlet
public MIDlet()
notifyDestroyed
public final void notifyDestroyed()
notifyPaused
public final void notifyPaused()
doStartApp
public final void doStartApp()
throws MIDletStateChangeException
- Throws:
MIDletStateChangeException
doPauseApp
public final void doPauseApp()
throws MIDletStateChangeException
- Throws:
MIDletStateChangeException
doDestroyApp
public final void doDestroyApp(boolean arg0)
throws MIDletStateChangeException
- Throws:
MIDletStateChangeException
platformRequest
public final boolean platformRequest(java.lang.String url)
throws javax.microedition.midlet.ConnectionNotFoundException
- Throws:
javax.microedition.midlet.ConnectionNotFoundException
getAppProperty
public final java.lang.String getAppProperty(java.lang.String key)
startApp
protected abstract void startApp()
throws MIDletStateChangeException
- Throws:
MIDletStateChangeException
pauseApp
protected abstract void pauseApp()
destroyApp
protected abstract void destroyApp(boolean arg0)
throws MIDletStateChangeException
- Throws:
MIDletStateChangeException