|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.microedition.midlet.MIDlet | +--menu.QuitableMIDlet | +--appmain.NetGet
This class implements a midlet that reads and displays information from network locations based on a list of sources read from a URL given in the jad.
$Id: NetGet.java,v 1.4 2003/01/21 01:13:11 finson Exp $
Constructor Summary | |
NetGet()
Construct the page manager needed to implement the midlet. |
Method Summary | |
protected void |
destroyApp(boolean u)
Called by the application management software to signal the MIDlet to terminate and enter the Destroyed state. |
protected void |
pauseApp()
Called by the application management software to signal the MIDlet to stop and enter the Paused state. |
void |
startApp()
Initialize the various data objects and related screens. |
Methods inherited from class menu.QuitableMIDlet |
quitApp |
Methods inherited from class javax.microedition.midlet.MIDlet |
getAppProperty, notifyDestroyed, notifyPaused, resumeRequest |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NetGet()
Method Detail |
public void startApp()
startApp
in class javax.microedition.midlet.MIDlet
protected void pauseApp()
pauseApp
in class javax.microedition.midlet.MIDlet
protected void destroyApp(boolean u)
destroyApp
in class javax.microedition.midlet.MIDlet
u
- If true, the MIDlet must cleanup and release all
resources. If false the MIDlet may throw MIDletStateChangeException
to indicate it does not want to be destroyed at this time.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |