Uses of Interface
it.polimi.ingsw.utils.Observer
-
Packages that use Observer 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 Observer in it.polimi.ingsw.controller
Classes in it.polimi.ingsw.controller that implement Observer Modifier and Type Class Description classControllerController for Game -
Uses of Observer in it.polimi.ingsw.utils
Methods in it.polimi.ingsw.utils with parameters of type Observer Modifier and Type Method Description voidObservable. addObservers(Observer<T> observer)Add an observervoidObservable. addObservers(String key, Observer<T> observer)Add an observer with a keyConstructors in it.polimi.ingsw.utils with parameters of type Observer Constructor Description Pinger(Observer<String> c)Pinger Constructor -
Uses of Observer in it.polimi.ingsw.view.CLI
Classes in it.polimi.ingsw.view.CLI that implement Observer Modifier and Type Class Description classAppCLICLI Application -
Uses of Observer in it.polimi.ingsw.view.GUI
Classes in it.polimi.ingsw.view.GUI that implement Observer Modifier and Type Class Description classAppGUIclassBoardclassMainController -
Uses of Observer in it.polimi.ingsw.view.socket
Classes in it.polimi.ingsw.view.socket that implement Observer Modifier and Type Class Description classChatClient Chat ManagerclassConnectionClient Side socket connection handler classclassParserClient parser of Game Info
-