"

2013 FRC Java API

"

Uses of Class
javax.microedition.midlet.MIDletStateChangeException

Packages that use MIDletStateChangeException
com.sun.midp.midlet   
edu.wpi.first.wpilibj The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC control system and your robot. 
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 com.sun.midp.midlet
 

Methods in com.sun.midp.midlet that throw MIDletStateChangeException
 void MIDletTunnel.callDestroyApp(MIDlet m, boolean unconditional)
          Calls the destroyApp method on the midlet instance.
 void MIDletTunnel.callStartApp(MIDlet m)
          Calls the startApp method on the midlet instance.
 

Uses of MIDletStateChangeException in edu.wpi.first.wpilibj
 

Methods in edu.wpi.first.wpilibj that throw MIDletStateChangeException
protected  void RobotBase.destroyApp(boolean unconditional)
          Called if the MIDlet is terminated by the system.
protected  void RobotBase.startApp()
          Starting point for the applications.
 

Uses of MIDletStateChangeException in javax.microedition.midlet
 

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


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"