Uses of Class
it.polimi.ingsw.utils.model.ChatMessage
-
Packages that use ChatMessage Package Description it.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 ChatMessage in it.polimi.ingsw.view.GUI
Methods in it.polimi.ingsw.view.GUI with parameters of type ChatMessage Modifier and Type Method Description void
Board. update(ChatMessage message)
Receive message from server -
Uses of ChatMessage in it.polimi.ingsw.view.socket
Methods in it.polimi.ingsw.view.socket that return types with arguments of type ChatMessage Modifier and Type Method Description ArrayList<ChatMessage>
Chat. getHistory()
Get Chat History
-