Interface PuissanceDistant
- public interface PuissanceDistant
- extends Remote
-
afficheTableau()
-
-
afficheTableau2()
-
-
changeClient()
-
-
changeJoueurActif()
-
-
colonnePleine(int)
-
-
enregistreClient(ClientDistant)
-
-
getAlignement()
-
-
getJoueurActif()
-
-
getTableau()
-
-
getVainqueur()
-
-
jouerLaColonne(int, int)
-
-
partieTerminee()
-
-
removeClient(int)
-
-
reset()
-
reset
public abstract void reset() throws RemoteException
getTableau
public abstract int[][] getTableau() throws RemoteException
getJoueurActif
public abstract int getJoueurActif() throws RemoteException
changeJoueurActif
public abstract void changeJoueurActif() throws RemoteException
getVainqueur
public abstract int getVainqueur() throws RemoteException
getAlignement
public abstract String getAlignement() throws RemoteException
colonnePleine
public abstract boolean colonnePleine(int col) throws RemoteException
afficheTableau
public abstract void afficheTableau() throws RemoteException
afficheTableau2
public abstract void afficheTableau2() throws RemoteException
jouerLaColonne
public abstract boolean jouerLaColonne(int joueur,
int colonne) throws RemoteException
partieTerminee
public abstract boolean partieTerminee() throws RemoteException
enregistreClient
public abstract void enregistreClient(ClientDistant ad) throws RemoteException
removeClient
public abstract void removeClient(int numJoueur) throws RemoteException
changeClient
public abstract void changeClient() throws RemoteException