Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

MID Profile

Uses of Class
javax.microedition.midlet.MIDletStateChangeException

Packages that use MIDletStateChangeException
javax.microedition.midlet

The MIDlet package defines Mobile Information Device Profile applications and the interactions between the application and the environment in which the application runs. 

 

Uses of MIDletStateChangeException in javax.microedition.midlet
 

Methods in javax.microedition.midlet that throw MIDletStateChangeException
protected abstract  void MIDlet.startApp()
          Signals the MIDlet that it has entered the Active state.
protected abstract  void MIDlet.destroyApp(boolean unconditional)
          Signals the MIDlet to terminate and enter the Destroyed state.
 


MID Profile

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 37 specification.