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