Interface ClientDistant

public interface ClientDistant
extends Remote

Cahier des charges :

Interface permettant au serveur de communiquer avec ses clients.

Version:
JDK 1.1.6
Author:
Guillaume BLANC, Cyrille FLAMBART
See Also:
Client, Damier, Serveur

Method Index

 o afficheToi()
 
 o annulerDeplacement()
 
 o deconnecteToi()
 
 o gagneClient(int)
 
 o getPionJoue()
 
 o nouvellePartie()
 
 o redessineToi(Pion)
 

Methods

 o afficheToi

  public abstract void afficheToi() throws RemoteException

 o redessineToi

  public abstract void redessineToi(Pion pion) throws RemoteException

 o getPionJoue

  public abstract Pion getPionJoue() throws RemoteException

 o annulerDeplacement

  public abstract void annulerDeplacement() throws RemoteException

 o nouvellePartie

  public abstract void nouvellePartie() throws RemoteException

 o deconnecteToi

  public abstract void deconnecteToi() throws RemoteException

 o gagneClient

  public abstract void gagneClient(int type) throws RemoteException

Précédente ] Remonter ] Suivante ]