httptester
Class HttpTester

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by httptester.HttpTester

public class HttpTester
extends javax.microedition.midlet.MIDlet

Implements MIDlet interface


Constructor Summary
HttpTester()
           
 
Method Summary
protected  void destroyApp(boolean bln)
          Implements destroyApp() method of the MIDlet interface.
protected  void pauseApp()
          Implements pauseApp() method of the MIDlet interface.
protected  void startApp()
          Implements startApp() method of the MIDlet interface.
 
Methods inherited from class javax.microedition.midlet.MIDlet
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpTester

public HttpTester()
Method Detail

startApp

protected void startApp()
                 throws javax.microedition.midlet.MIDletStateChangeException
Implements startApp() method of the MIDlet interface. Here starts the running of program

Specified by:
startApp in class javax.microedition.midlet.MIDlet
Throws:
javax.microedition.midlet.MIDletStateChangeException

pauseApp

protected void pauseApp()
Implements pauseApp() method of the MIDlet interface. It runs in case of pausing interruption e.g. incoming call.

Specified by:
pauseApp in class javax.microedition.midlet.MIDlet

destroyApp

protected void destroyApp(boolean bln)
                   throws javax.microedition.midlet.MIDletStateChangeException
Implements destroyApp() method of the MIDlet interface. It runs in case of destroying the application e.g. exit.

Specified by:
destroyApp in class javax.microedition.midlet.MIDlet
Throws:
javax.microedition.midlet.MIDletStateChangeException