javax.microedition.midlet
Class MIDlet

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

public abstract class MIDlet
extends java.lang.Object


Constructor Summary
MIDlet()
           
 
Method Summary
protected abstract  void destroyApp(boolean arg0)
           
 void doDestroyApp(boolean arg0)
           
 void doPauseApp()
           
 void doStartApp()
           
 java.lang.String getAppProperty(java.lang.String key)
           
 void notifyDestroyed()
           
 void notifyPaused()
           
protected abstract  void pauseApp()
           
 boolean platformRequest(java.lang.String url)
           
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

public MIDlet()
Method Detail

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