Fix: concurrent access in Upper and Lower List, added img cache

This commit is contained in:
rubenpirreram
2026-05-15 23:53:25 +02:00
parent 89de79b5c8
commit 8a8a635db7
5 changed files with 156 additions and 173 deletions
@@ -7,6 +7,7 @@ import it.polimi.ingsw.gc14.Network.NetworkEvent;
public interface IView {
public void setModel(MiniModel miniModel);
public void render();
public void applyAndRender(NetworkEvent event);
public void showMessage(String message);
public void showError(String message);