javax.microedition.midlet
Class MIDlet

java.lang.Object
  extended by javax.microedition.midlet.MIDlet

public abstract class MIDlet
extends Object


Constructor Summary
protected MIDlet()
           
 
Method Summary
 int checkPermission(String permission)
           
protected abstract  void destroyApp(boolean unconditional)
           
 String getAppProperty(String key)
           
 void notifyDestroyed()
           
 void notifyPaused()
           
protected abstract  void pauseApp()
           
 boolean platformRequest(String URL)
           
 void resumeRequest()
           
protected abstract  void startApp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MIDlet

protected MIDlet()
Method Detail

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.