org.fixbin.demo.cube3d
Class CubeLet

java.lang.Object
  extended byjavax.microedition.midlet.MIDlet
      extended byorg.fixbin.demo.cube3d.CubeLet
All Implemented Interfaces:
java.lang.Runnable

public class CubeLet
extends javax.microedition.midlet.MIDlet
implements java.lang.Runnable

See Also:
Serialized Form

Constructor Summary
CubeLet()
           
 
Method Summary
 void destroyApp(boolean unconditional)
           
 void pauseApp()
           
 void run()
           
 void startApp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CubeLet

public CubeLet()
Method Detail

startApp

public void startApp()

pauseApp

public void pauseApp()

destroyApp

public void destroyApp(boolean unconditional)

run

public void run()
Specified by:
run in interface java.lang.Runnable