Interface JeuTicTacToeDistant

public interface JeuTicTacToeDistant
extends Remote
Interface JeuTicTacToeDistant qui permet d'agir sur un objet JeuTicTacToe


Method Index

 o clear()
 o clearTab()
 o enregistre(ClientDistant)
 o getJoueur()
 o getTabElement()
 o jouer(int, int, int)
 o removeJoueur(int)
 o setJoueur(int)
 o verifierJoueurs()

Methods

 o getJoueur
 public abstract int getJoueur() throws RemoteException
 o setJoueur
 public abstract void setJoueur(int num) throws RemoteException
 o getTabElement
 public abstract int[][] getTabElement() throws RemoteException
 o jouer
 public abstract void jouer(int numJoueur,
                            int col,
                            int line) throws RemoteException
 o verifierJoueurs
 public abstract boolean verifierJoueurs() throws RemoteException
 o clearTab
 public abstract void clearTab() throws RemoteException
 o clear
 public abstract void clear() throws RemoteException
 o enregistre
 public abstract void enregistre(ClientDistant cd) throws RemoteException
 o removeJoueur
 public abstract void removeJoueur(int numJoueur) throws RemoteException