Cahier des charges :
Interface permettant au serveur de communiquer avec ses clients.
![]()
public abstract void afficheToi() throws RemoteException
![]()
public abstract void redessineToi(Pion pion) throws RemoteException
![]()
public abstract Pion getPionJoue() throws RemoteException
![]()
public abstract void annulerDeplacement() throws RemoteException
![]()
public abstract void nouvellePartie() throws RemoteException
![]()
public abstract void deconnecteToi() throws RemoteException
![]()
public abstract void gagneClient(int type) throws RemoteException