Interface ClientViewObserver

All Known Implementing Classes:
VirtualView

public interface ClientViewObserver
Lets a class know the evolution of the states inside the game.
  • Method Summary

    Modifier and Type Method Description
    void update​(Cell toUpdate)
    Calls the procedure that sends new data to update the client view.
  • Method Details

    • update

      void update​(Cell toUpdate)
      Calls the procedure that sends new data to update the client view.
      Parameters:
      toUpdate - Reference to the updated Cell of Model.