com.developpez.java.spaceinvader.app
Class SpaceInvader

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by com.developpez.java.spaceinvader.app.SpaceInvader

public class SpaceInvader
extends javax.microedition.midlet.MIDlet

Class principale


Constructor Summary
SpaceInvader()
           
 
Method Summary
 void destroyApp(boolean unconditional)
          Méthode exécutée à la destruction du Midlet
protected  void pauseApp()
          Méthode exécutée à la mise en pause du Midlet
 void show(javax.microedition.lcdui.Displayable displayable)
          Méthode à appeler lorsque l'on veux mettre à jour le composant graphique à afficher
protected  void startApp()
          Méthode exécutée au lancement du Midlet
 
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

SpaceInvader

public SpaceInvader()
Method Detail

startApp

protected void startApp()
Méthode exécutée au lancement du Midlet

Specified by:
startApp in class javax.microedition.midlet.MIDlet

pauseApp

protected void pauseApp()
Méthode exécutée à la mise en pause du Midlet

Specified by:
pauseApp in class javax.microedition.midlet.MIDlet

destroyApp

public void destroyApp(boolean unconditional)
Méthode exécutée à la destruction du Midlet

Specified by:
destroyApp in class javax.microedition.midlet.MIDlet
Parameters:
unconditional -

show

public void show(javax.microedition.lcdui.Displayable displayable)
Méthode à appeler lorsque l'on veux mettre à jour le composant graphique à afficher

Parameters:
displayable - Element à afficher