Uses of Class
it.polimi.ingsw.utils.Observable
-
Packages that use Observable Package Description it.polimi.ingsw.controller This package contains classes to manage the comunication I/O with the Game State.it.polimi.ingsw.utils This package contains utils classes used around packagesit.polimi.ingsw.view.CLI This package contians the CLI Applicationit.polimi.ingsw.view.GUI This package contians the GUI applicationit.polimi.ingsw.view.socket This package contains the classes used in socket connection -
-
Uses of Observable in it.polimi.ingsw.controller
Subclasses of Observable in it.polimi.ingsw.controller Modifier and Type Class Description class
Controller
Controller for Game -
Uses of Observable in it.polimi.ingsw.utils
Subclasses of Observable in it.polimi.ingsw.utils Modifier and Type Class Description class
Pinger
Pinger Class, used to notify a observer a ping every 10s -
Uses of Observable in it.polimi.ingsw.view.CLI
Subclasses of Observable in it.polimi.ingsw.view.CLI Modifier and Type Class Description class
AppCLI
CLI Application -
Uses of Observable in it.polimi.ingsw.view.GUI
Subclasses of Observable in it.polimi.ingsw.view.GUI Modifier and Type Class Description class
MainController
-
Uses of Observable in it.polimi.ingsw.view.socket
Subclasses of Observable in it.polimi.ingsw.view.socket Modifier and Type Class Description class
Chat
Client Chat Managerclass
Connection
Client Side socket connection handler classclass
Parser
Client parser of Game Info
-