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 class
Controller
Controller 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 void
Observable. addObservers(Observer<T> observer)
Add an observervoid
Observable. 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 class
AppCLI
CLI 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 class
AppGUI
class
Board
class
MainController
-
Uses of Observer in it.polimi.ingsw.view.socket
Classes in it.polimi.ingsw.view.socket that implement Observer Modifier and Type Class Description class
Chat
Client Chat Managerclass
Connection
Client Side socket connection handler classclass
Parser
Client parser of Game Info
-