javax.microedition.midlet
Class MIDlet

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
Direct Known Subclasses:
FRCBotMIDlet, RobotBase

public abstract class MIDlet
extends java.lang.Object

Author:
wolf

Constructor Summary
MIDlet()
           
 
Method Summary
 void runMIDlet()
          An addition to the MIDlet class required for the simulator to be able to start the MIDlet, since startApp() is protected.
protected abstract  void startApp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MIDlet

public MIDlet()
Method Detail

runMIDlet

public final void runMIDlet()
                     throws MIDletStateChangeException
An addition to the MIDlet class required for the simulator to be able to start the MIDlet, since startApp() is protected.

Throws:
MIDletStateChangeException

startApp

protected abstract void startApp()
                          throws MIDletStateChangeException
Throws:
MIDletStateChangeException