Uses of Interface
it.polimi.ingsw.view.socket.AppInterface
-
Packages that use AppInterface Package Description it.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 AppInterface in it.polimi.ingsw.view.CLI
Classes in it.polimi.ingsw.view.CLI that implement AppInterface Modifier and Type Class Description class
AppCLI
CLI Application -
Uses of AppInterface in it.polimi.ingsw.view.GUI
Classes in it.polimi.ingsw.view.GUI that implement AppInterface Modifier and Type Class Description class
AppGUI
-
Uses of AppInterface in it.polimi.ingsw.view.socket
Methods in it.polimi.ingsw.view.socket with parameters of type AppInterface Modifier and Type Method Description void
Connection. setMaster(AppInterface master)
Set Connection Owner
-