JavaQuest.Client
Interface IClientProxy

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
CClient

public interface IClientProxy
extends java.rmi.Remote

Interface for communication between Client and Server is needed for the server to accept Methods on Client

See Also:
CClient

Method Summary
 boolean activate(int _iSeconds)
           
 boolean deactivate()
           
 void gameover()
           
 void maprefresh(CMap _oMap)
           
 void printMessage(java.lang.String _sMessage, boolean _bPopup)
           
 void shutdown()
           
 

Method Detail

maprefresh

public void maprefresh(CMap _oMap)
                throws java.rmi.RemoteException

activate

public boolean activate(int _iSeconds)
                 throws java.rmi.RemoteException

deactivate

public boolean deactivate()
                   throws java.rmi.RemoteException

printMessage

public void printMessage(java.lang.String _sMessage,
                         boolean _bPopup)
                  throws java.rmi.RemoteException

shutdown

public void shutdown()
              throws java.rmi.RemoteException

gameover

public void gameover()
              throws java.rmi.RemoteException