Class Controleur

java.lang.Object
  |
  +--Controleur

public class Controleur
extends java.lang.Object


Constructor Summary
Controleur()
           
 
Method Summary
 void afficherErreur()
           
 void changerEtat(int s)
           
 void creer()
           
 void debutES()
           
 void detruire()
           
 void elire()
           
 void finES()
           
 void run()
           
 void suspendre()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controleur

public Controleur()
Method Detail

changerEtat

public void changerEtat(int s)

creer

public void creer()

elire

public void elire()

suspendre

public void suspendre()

run

public void run()

debutES

public void debutES()

finES

public void finES()

detruire

public void detruire()

afficherErreur

public void afficherErreur()