Package it.polimi.ingsw.utils.model
Class Notification
- java.lang.Object
-
- it.polimi.ingsw.utils.model.Notification
-
public class Notification extends Object
Class used to manage communication between Server Side Classes
-
-
Constructor Summary
Constructors Constructor Description Notification(String username, String input)
Notification constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Get notification valueString
getUsername()
Get notification author
-