public interface InterfaceVueMorpion
Modifier and Type | Method and Description |
---|---|
void |
activerVue()
Active la vue
|
void |
afficherCoupJoue()
Affiche le coup qui vient d'être joué
|
void |
afficherErreurCoupPropose()
Affiche les informations concernant le coup erroné
|
void |
afficherFinPartie()
Affiche les inforamtion de fin de partie
|
void |
afficherGrille()
affiche la grille actuelle
|
void |
afficherJoueurActif()
Affiche le joueur actif
|
int |
saisirColonne()
Intéraction pour la saisie de la colonne
|
void |
saisirCoup()
La vue demande au contrôleur de gerer la saisie d'un coup
|
int |
saisirLigne()
Intéraction pour la saisie de la ligne
|
void activerVue()
void afficherJoueurActif()
void afficherCoupJoue()
void afficherGrille()
int saisirLigne()
int saisirColonne()
void saisirCoup()
void afficherErreurCoupPropose()
void afficherFinPartie()