Interface ClientDistant

public interface ClientDistant
extends Remote
Interface ClientDistant qui permet d'agir sur un client distant


Method Index

 o envoiMessage(String, String)
 o getNumJoueur()
 o majClient(int[][])
 o setListenerOff()
 o setListenerOn()
 o setNumJoueur(int)
 o setOff()

Methods

 o setNumJoueur
 public abstract void setNumJoueur(int numJoueur) throws RemoteException
 o getNumJoueur
 public abstract int getNumJoueur() throws RemoteException
 o setListenerOn
 public abstract void setListenerOn() throws RemoteException
 o setListenerOff
 public abstract void setListenerOff() throws RemoteException
 o setOff
 public abstract void setOff() throws RemoteException
 o majClient
 public abstract void majClient(int tabElement[][]) throws RemoteException
 o envoiMessage
 public abstract void envoiMessage(String msg,
                                   String msg1) throws RemoteException