Interface GameControllerRMIIF

All Superinterfaces:
Remote
All Known Implementing Classes:
GameControllerRMI

public interface GameControllerRMIIF extends Remote
Interface representing gameController for the RMI connection. Hence this interface is exposed to the network as RMI remote interface. The controller is the controller given to a particular players using RMI for connection. This implies the methods called via this gameController are implicitly referred to the players it belongs to.
This is a controller for a single game/match