public abstract void afficherStringClient(String message1) throws RemoteException
public abstract void afficherStringClient(String message1, String message2) throws RemoteException
public abstract void afficherStringClient(String message1, int nombre, String message2) throws RemoteException
public abstract void afficherMorpion(int nombre) throws RemoteException
public abstract void afficherMorPion(int numeroJoueur, int caseX, int caseY) throws RemoteException
public abstract void setReponseServeur(String Reponse) throws RemoteException
public abstract void setJoueurTour(boolean tour) throws RemoteException
public abstract void setFinPartie(String nomJoueurGagnant, int numeroJoueurGagnant) throws RemoteException
public abstract void setFinPartie() throws RemoteException