Interface DamierDistant

public interface DamierDistant
extends Remote

Cahier des charges :

Interface permettant aux clients de communiquer avec le serveur..

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

Method Index

 o ajouterClient(ClientDistant)
 
 o annulerDeplacement()
 
 o deconnecterClients(ClientDistant)
 
 o gagne(int)
 
 o nouvellePartie()
 
 o redessinerClients(ClientDistant)
 

Methods

 o ajouterClient

  public abstract int ajouterClient(ClientDistant client) throws RemoteException

 o redessinerClients

  public abstract void redessinerClients(ClientDistant client) throws RemoteException

 o annulerDeplacement

  public abstract void annulerDeplacement() throws RemoteException

 o nouvellePartie

  public abstract void nouvellePartie() throws RemoteException

 o deconnecterClients

  public abstract void deconnecterClients(ClientDistant client) throws RemoteException

 o gagne

  public abstract void gagne(int type) throws RemoteException

Précédente ] Remonter ] Suivante ]