ch.claudio.me.trial
Class HelloWorld

java.lang.Object
  extended by MIDlet
      extended by ch.claudio.me.trial.HelloWorld

public class HelloWorld
extends MIDlet

First test class, to see if I can creaqte and upload a midlet to my phone.

Version:
$Id: HelloWorld.java 148 2006-09-14 20:52:32Z claudio $
Author:
Claudio Nieder

Constructor Summary
HelloWorld()
          Default constructor creates display and prints "Hello World" in it.
 
Method Summary
 void commandAction(Command arg0, Displayable arg1)
           
protected  void destroyApp(boolean arg0)
           
protected  void pauseApp()
           
protected  void startApp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Default constructor creates display and prints "Hello World" in it.

Method Detail

commandAction

public void commandAction(Command arg0,
                          Displayable arg1)
See Also:
javax.microedition.lcdui.CommandListener#commandAction(javax.microedition.lcdui.Command, javax.microedition.lcdui.Displayable)

startApp

protected void startApp()
                 throws MIDletStateChangeException
Throws:
MIDletStateChangeException

pauseApp

protected void pauseApp()

destroyApp

protected void destroyApp(boolean arg0)
                   throws MIDletStateChangeException
Throws:
MIDletStateChangeException