simkin.examples.helloworld_midp
Class HelloWorld

java.lang.Object
  |
  +--MIDlet
        |
        +--simkin.examples.helloworld_midp.HelloWorld

public class HelloWorld
extends MIDlet

This class shows the simplest possible application which just prints "Hello World"

See Also:
Serialized Form

Constructor Summary
HelloWorld()
           
 
Method Summary
 void destroyApp(boolean b)
           
 void pauseApp()
           
 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()
Method Detail

startApp

public void startApp()

pauseApp

public void pauseApp()

destroyApp

public void destroyApp(boolean b)