Add: ServerLauncher

This commit is contained in:
2026-04-23 18:59:14 +02:00
parent 9760144faa
commit 5ff35816a9
4 changed files with 13 additions and 11 deletions
@@ -24,9 +24,9 @@ public class ClientCallbackImpl extends UnicastRemoteObject implements IClientCa
@Override
public void onAction(NetworkEvent event) throws RemoteException {
event.apply(clientController.localController); // delega tutto al controller
//clientController.view.update(); TODO
}
@Override
public void onError(String message) throws RemoteException {
clientController.onError(message);