JeuTicTacToeDistant
qui permet d'agir sur un objet JeuTicTacToe
public abstract int getJoueur() throws RemoteException
public abstract void setJoueur(int num) throws RemoteException
public abstract int[][] getTabElement() throws RemoteException
public abstract void jouer(int numJoueur, int col, int line) throws RemoteException
public abstract boolean verifierJoueurs() throws RemoteException
public abstract void clearTab() throws RemoteException
public abstract void clear() throws RemoteException
public abstract void enregistre(ClientDistant cd) throws RemoteException
public abstract void removeJoueur(int numJoueur) throws RemoteException