Uses of Interface
VASSAL.chat.messageboard.MessageBoard
Packages that use MessageBoard
Package
Description
Contains classes for specifying a VASSAL server implementation that follows a chat-room paradigm.
-
Uses of MessageBoard in VASSAL.chat
Classes in VASSAL.chat that implement MessageBoard -
Uses of MessageBoard in VASSAL.chat.messageboard
Methods in VASSAL.chat.messageboard with parameters of type MessageBoardModifier and TypeMethodDescriptionvoid
MessageBoardControls.setServer
(MessageBoard msgSvr, String name) -
Uses of MessageBoard in VASSAL.chat.node
Constructors in VASSAL.chat.node with parameters of type MessageBoardModifierConstructorDescriptionOfficialNodeClient
(String moduleName, String playerId, CommandEncoder encoder, String host, int port, MessageBoard msgSvr, WelcomeMessageServer welcomer) -
Uses of MessageBoard in VASSAL.chat.ui
Constructors in VASSAL.chat.ui with parameters of type MessageBoard