org.openuat.apps.j2me
Class HelloProperty

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by org.openuat.apps.j2me.HelloProperty
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener

public class HelloProperty
extends javax.microedition.midlet.MIDlet
implements javax.microedition.lcdui.CommandListener


Constructor Summary
HelloProperty()
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command cmd, javax.microedition.lcdui.Displayable disp)
           
protected  void destroyApp(boolean bool)
           
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

HelloProperty

public HelloProperty()
Method Detail

startApp

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

pauseApp

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

destroyApp

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

commandAction

public void commandAction(javax.microedition.lcdui.Command cmd,
                          javax.microedition.lcdui.Displayable disp)
Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener


2005-2009, Rene Mayrhofer.