java.lang.Object
polimi.ingsw.am21.codex.controller.messages.Message
polimi.ingsw.am21.codex.controller.messages.ViewUpdatingMessage
polimi.ingsw.am21.codex.controller.messages.viewUpdate.lobby.PlayerLeftLobbyMessage
All Implemented Interfaces:
Serializable

public class PlayerLeftLobbyMessage extends ViewUpdatingMessage
See Also:
  • Constructor Details

    • PlayerLeftLobbyMessage

      public PlayerLeftLobbyMessage(String lobbyId, UUID connectionID)
  • Method Details

    • getLobbyId

      public String getLobbyId()
    • getConnectionID

      public UUID getConnectionID()
    • toString

      public String toString()
      Specified by:
      toString in class Message