gpl.gasteroids
Class Gasteroids

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by gpl.gasteroids.Gasteroids
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener

public class Gasteroids
extends javax.microedition.midlet.MIDlet
implements javax.microedition.lcdui.CommandListener

Gasteroids es un midlet inspirado en el clįsico Asteroids

Author:
vcarceler

Constructor Summary
Gasteroids()
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable d)
           
 
Methods inherited from class javax.microedition.midlet.MIDlet
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gasteroids

public Gasteroids()
Method Detail

commandAction

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