Interface IView
public interface IView
View interface implemented by both the TUI and GUI.
-
Method Summary
-
Method Details
-
setModel
Updates the view's local copy of the game model.- Parameters:
miniModel- the latest mini model received from the server.
-
render
void render()Re-renders the view based on the current mini model state. -
showError
-