Interface ClientDistant
- public interface ClientDistant
- extends Remote
Interface permattant d'exécuter des opérations sur un objet graphique AireDeJeu
-
getJoueur()
-
-
messageAlerte(String)
-
-
refreshClient()
-
-
refreshClient(int[][])
-
-
setEventOff()
-
-
setEventOn()
-
-
setJoueur(int)
-
-
setListener(boolean)
-
refreshClient
public abstract void refreshClient(int tab[][]) throws RemoteException
refreshClient
public abstract void refreshClient() throws RemoteException
setListener
public abstract void setListener(boolean b) throws RemoteException
setJoueur
public abstract void setJoueur(int joueur) throws RemoteException
getJoueur
public abstract int getJoueur() throws RemoteException
setEventOn
public abstract void setEventOn() throws RemoteException
setEventOff
public abstract void setEventOff() throws RemoteException
messageAlerte
public abstract void messageAlerte(String message) throws RemoteException