javax.microedition.midlet
Class MIDlet
java.lang.Object
javax.microedition.midlet.MIDlet
public abstract class MIDlet
- extends Object
Constructor Summary |
protected |
MIDlet()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MIDlet
protected MIDlet()
startApp
protected abstract void startApp()
throws MIDletStateChangeException
- Throws:
MIDletStateChangeException
pauseApp
protected abstract void pauseApp()
destroyApp
protected abstract void destroyApp(boolean unconditional)
throws MIDletStateChangeException
- Throws:
MIDletStateChangeException
notifyDestroyed
public final void notifyDestroyed()
notifyPaused
public final void notifyPaused()
getAppProperty
public final String getAppProperty(String key)
resumeRequest
public final void resumeRequest()
platformRequest
public final boolean platformRequest(String URL)
throws ConnectionNotFoundException
- Throws:
ConnectionNotFoundException
checkPermission
public final int checkPermission(String permission)
Copyright © 2006-2007 Jayway AB. All Rights Reserved.