example.tilepuzzle
Class TilePuzzle

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by example.tilepuzzle.TilePuzzle

public class TilePuzzle
extends javax.microedition.midlet.MIDlet


Field Summary
(package private)  Board b
           
 
Constructor Summary
TilePuzzle()
           
 
Method Summary
 void destroyApp(boolean unc)
           
 void pauseApp()
           
 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
 

Field Detail

b

Board b
Constructor Detail

TilePuzzle

public TilePuzzle()
Method Detail

startApp

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

pauseApp

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

destroyApp

public void destroyApp(boolean unc)
Specified by:
destroyApp in class javax.microedition.midlet.MIDlet