java.lang.Object
it.polimi.ingsw.eriantys.messages.Message
it.polimi.ingsw.eriantys.messages.server.Accepted
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AcceptedJoinLobby, AcceptedLeaveLobby, AcceptedUsername

public class Accepted extends Message
A Message sent by the server in order to communicate the acceptance of the associated client request. The class represents a non-specific communication item which can be overridden for further object-oriented implementations.
See Also:
  • Constructor Details

    • Accepted

      public Accepted()