Class Etat0

java.lang.Object
  |
  +--Etat
        |
        +--Etat0

public class Etat0
extends Etat


Constructor Summary
Etat0()
           
 
Method Summary
 void creer(Controleur c, Etat[] etats)
           
 
Methods inherited from class Etat
debutES, detruire, elire, finES, run, suspendre
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Etat0

public Etat0()
Method Detail

creer

public void creer(Controleur c,
                  Etat[] etats)
Overrides:
creer in class Etat