| gauge.GaugeDemo
GaugeDemo | public class GaugeDemo extends MIDlet implements CommandListener(Code) | | This MIDlet demonstrates the different types of gauges supported by MIDP-2.0:
Interactive -
Non Interactive -
Interactive -
Indefinite Incremental
version: 2.0 |
Method Summary | |
public void | commandAction(Command c, 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. |
GaugeDemo | public GaugeDemo()(Code) | | |
commandAction | public void commandAction(Command c, Displayable d)(Code) | | |
destroyApp | protected void destroyApp(boolean unconditional)(Code) | | Signals the MIDlet to terminate and enter the Destroyed state.
|
pauseApp | protected void pauseApp()(Code) | | Signals the MIDlet to stop and enter the Paused state.
|
startApp | protected void startApp()(Code) | | Signals the MIDlet to start and enter the Active state.
|
|
|