Package it.polimi.ingsw.server
Interface ClientViewObserver
- All Known Implementing Classes:
VirtualView
public interface ClientViewObserver
Lets a class know the evolution of the states inside the game.
-
Method Details
-
update
Calls the procedure that sends new data to update the client view.- Parameters:
toUpdate- Reference to the updated Cell of Model.
-