Uses of Class
javax.microedition.midlet.MIDletStateChangeException

Packages that use MIDletStateChangeException
javax.microedition.midlet   
org.mockme.midlet   
 

Uses of MIDletStateChangeException in javax.microedition.midlet
 

Methods in javax.microedition.midlet that throw MIDletStateChangeException
protected abstract  void MIDlet.destroyApp(boolean unconditional)
           
protected abstract  void MIDlet.startApp()
           
 

Uses of MIDletStateChangeException in org.mockme.midlet
 

Methods in org.mockme.midlet that throw MIDletStateChangeException
 void MIDletApplicationManager.destroyMIDlet(MIDlet midlet, boolean unconditional)
           
 void MIDletLifecycle.doDestroyApp(boolean unconditional)
           
 void MIDletLifecycle.doStartApp()
           
 void MIDletApplicationManager.startMIDlet(MIDlet midlet)
          Starts a MIDlet, i.e.
 



Copyright © 2006-2007 Jayway AB. All Rights Reserved.