com.wistrand.midlet.valentine
Class Main

java.lang.Object
  |
  +--javax.microedition.midlet.MIDlet
        |
        +--com.wistrand.midlet.valentine.Main
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener, KeyListener

public class Main
extends javax.microedition.midlet.MIDlet
implements javax.microedition.lcdui.CommandListener, KeyListener


Field Summary
static Main theMain
           
 
Constructor Summary
Main()
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable s)
           
 void destroyApp(boolean unconditional)
           
 void keyPressed(int keyCode, int gameAction)
           
 void pauseApp()
           
 void startApp()
           
 
Methods inherited from class javax.microedition.midlet.MIDlet
getAppProperty, notifyDestroyed, notifyPaused, resumeRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theMain

public static Main theMain
Constructor Detail

Main

public Main()
Method Detail

commandAction

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

startApp

public void startApp()
Overrides:
startApp in class javax.microedition.midlet.MIDlet

pauseApp

public void pauseApp()
Overrides:
pauseApp in class javax.microedition.midlet.MIDlet

destroyApp

public void destroyApp(boolean unconditional)
Overrides:
destroyApp in class javax.microedition.midlet.MIDlet

keyPressed

public void keyPressed(int keyCode,
                       int gameAction)
Specified by:
keyPressed in interface KeyListener