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 classControllerController for Game -
Uses of Observable in it.polimi.ingsw.utils
Subclasses of Observable in it.polimi.ingsw.utils Modifier and Type Class Description classPingerPinger 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 classAppCLICLI Application -
Uses of Observable in it.polimi.ingsw.view.GUI
Subclasses of Observable in it.polimi.ingsw.view.GUI Modifier and Type Class Description classMainController -
Uses of Observable in it.polimi.ingsw.view.socket
Subclasses of Observable in it.polimi.ingsw.view.socket Modifier and Type Class Description classChatClient Chat ManagerclassConnectionClient Side socket connection handler classclassParserClient parser of Game Info
-