Interface ClientDistant

public interface ClientDistant
extends Remote
Interface permattant d'exécuter des opérations sur un objet graphique AireDeJeu


Method Index

 o getJoueur()
 o messageAlerte(String)
 o refreshClient()
 o refreshClient(int[][])
 o setEventOff()
 o setEventOn()
 o setJoueur(int)
 o setListener(boolean)

Methods

 o refreshClient
 public abstract void refreshClient(int tab[][]) throws RemoteException
 o refreshClient
 public abstract void refreshClient() throws RemoteException
 o setListener
 public abstract void setListener(boolean b) throws RemoteException
 o setJoueur
 public abstract void setJoueur(int joueur) throws RemoteException
 o getJoueur
 public abstract int getJoueur() throws RemoteException
 o setEventOn
 public abstract void setEventOn() throws RemoteException
 o setEventOff
 public abstract void setEventOff() throws RemoteException
 o messageAlerte
 public abstract void messageAlerte(String message) throws RemoteException