alert
Class AlertDemo

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by alert.AlertDemo

public class AlertDemo
extends javax.microedition.midlet.MIDlet

The alert demo displays a list of alerts that will be displayed once the user clicks a list item. These alerts try to present the full range of alert types supported in MIDP.


Constructor Summary
AlertDemo()
           
 
Method Summary
protected  void destroyApp(boolean unconditional)
           
protected  void pauseApp()
           
protected  void startApp()
           
 
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
 

Constructor Detail

AlertDemo

public AlertDemo()
Method Detail

startApp

protected void startApp()
Specified by:
startApp in class javax.microedition.midlet.MIDlet

destroyApp

protected void destroyApp(boolean unconditional)
Specified by:
destroyApp in class javax.microedition.midlet.MIDlet

pauseApp

protected void pauseApp()
Specified by:
pauseApp in class javax.microedition.midlet.MIDlet