|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Etat | +--EtatES1
Constructor Summary | |
EtatES1(VueAbstraite va,
ModeleAbstrait ma)
|
Method Summary | |
void |
afficher()
|
int |
bilanFinancier(ControleAbstrait c)
|
void |
choixBoisson(ControleAbstrait c,
int i)
|
boolean |
codeProprietaire(ControleAbstrait c,
java.lang.String s)
|
void |
ouvrirPorte(ControleAbstrait c)
|
void |
plusArgent(ControleAbstrait c,
int valeur)
|
Methods inherited from class Etat |
ajusterCafe,
ajusterCaisse,
ajusterChocolat,
ajusterGobelet,
ajusterSucre,
choixAnnuler,
choixDisponible,
fermerPorte,
prendreBoisson,
prendrePieces,
servirBoisson |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public EtatES1(VueAbstraite va, ModeleAbstrait ma)
Method Detail |
public void ouvrirPorte(ControleAbstrait c)
public void plusArgent(ControleAbstrait c, int valeur)
public void choixBoisson(ControleAbstrait c, int i)
public boolean codeProprietaire(ControleAbstrait c, java.lang.String s)
public int bilanFinancier(ControleAbstrait c)
public void afficher()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |