gauge
Class GaugeDemo
java.lang.Object
javax.microedition.midlet.MIDlet
gauge.GaugeDemo
- All Implemented Interfaces:
- javax.microedition.lcdui.CommandListener
public class GaugeDemo
- extends javax.microedition.midlet.MIDlet
- implements javax.microedition.lcdui.CommandListener
This MIDlet demonstrates the different types of gauges supported by MIDP-2.0:
Interactive -
Non Interactive -
Interactive -
Indefinite Incremental
Method Summary |
void |
commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable d)
|
protected void |
destroyApp(boolean unconditional)
Signals the MIDlet to terminate and enter the Destroyed state. |
protected void |
pauseApp()
Signals the MIDlet to stop and enter the Paused state. |
protected void |
startApp()
Signals the MIDlet to start and enter the Active state. |
Methods inherited from class javax.microedition.midlet.MIDlet |
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GaugeDemo
public GaugeDemo()
startApp
protected void startApp()
- Signals the MIDlet to start and enter the Active state.
- Specified by:
startApp
in class javax.microedition.midlet.MIDlet
destroyApp
protected void destroyApp(boolean unconditional)
- Signals the MIDlet to terminate and enter the Destroyed state.
- Specified by:
destroyApp
in class javax.microedition.midlet.MIDlet
pauseApp
protected void pauseApp()
- Signals the MIDlet to stop and enter the Paused state.
- Specified by:
pauseApp
in class javax.microedition.midlet.MIDlet
commandAction
public void commandAction(javax.microedition.lcdui.Command c,
javax.microedition.lcdui.Displayable d)
- Specified by:
commandAction
in interface javax.microedition.lcdui.CommandListener