Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.microedition.midlet
Class MIDlet  view MIDlet download MIDlet.java

java.lang.Object
  extended byjavax.microedition.midlet.MIDlet

public abstract class MIDlet
extends java.lang.Object


Nested Class Summary
(package private)  class MIDlet.MIDletAccessor
           
 
Field Summary
private  boolean destroyed
           
 
Constructor Summary
protected MIDlet()
           
 
Method Summary
protected abstract  void destroyApp(boolean unconditional)
           
 java.lang.String getAppProperty(java.lang.String key)
           
 void notifyDestroyed()
           
 void notifyPaused()
           
protected abstract  void pauseApp()
           
protected abstract  void startApp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destroyed

private boolean destroyed
Constructor Detail

MIDlet

protected MIDlet()
Method Detail

startApp

protected abstract void startApp()
                          throws MIDletStateChangeException

pauseApp

protected abstract void pauseApp()

destroyApp

protected abstract void destroyApp(boolean unconditional)
                            throws MIDletStateChangeException

getAppProperty

public final java.lang.String getAppProperty(java.lang.String key)

notifyDestroyed

public final void notifyDestroyed()

notifyPaused

public final void notifyPaused()