Uses of Class
javax.microedition.midlet.MIDletStateChangeException

Packages that use MIDletStateChangeException
javax.microedition.midlet   
 

Uses of MIDletStateChangeException in javax.microedition.midlet
 

Methods in javax.microedition.midlet that throw MIDletStateChangeException
protected abstract  void MIDlet.destroyApp(boolean arg0)
           
 void MIDlet.doDestroyApp(boolean arg0)
           
 void MIDlet.doPauseApp()
           
 void MIDlet.doStartApp()
           
protected abstract  void MIDlet.startApp()