Class MenuItemSendChatMessage

java.lang.Object
it.polimi.ingsw.am13.client.view.tui.menu.MenuItem
it.polimi.ingsw.am13.client.view.tui.menu.MenuItemSendChatMessage

public class MenuItemSendChatMessage extends MenuItem
Menu item for sending a message to the chatroom currently active. It uses the arguments string as the text of the message
  • Field Details

    • chatRoom

      private final List<PlayerLobby> chatRoom
      List of receivers defining the current shown chat room.
  • Constructor Details

    • MenuItemSendChatMessage

      public MenuItemSendChatMessage(List<PlayerLobby> chatRoom)
      Build a new menu item
  • Method Details