server
Interface RemoteObserver

All Known Implementing Classes:
GameObserver

public abstract interface RemoteObserver
extends java.rmi.Remote

Interface to allow remote clients to be notified of updates from the game. This is the only interface the client exports to the server.

Version:
3.0 1999-04-02
Author:
Oscar.Nierstrasz@acm.org
See Also:
GameObserver

Method Summary
 void update(Move move)
           
 

Method Detail

update

public void update(Move move)
            throws java.rmi.RemoteException