Uses of Interface
VASSAL.chat.messageboard.MessageBoard
| Package | Description |
|---|---|
| VASSAL.chat |
Contains classes for specifying a VASSAL server implementation that follows a chat-room paradigm.
|
| VASSAL.chat.messageboard | |
| VASSAL.chat.node | |
| VASSAL.chat.ui |
-
Uses of MessageBoard in VASSAL.chat
Classes in VASSAL.chat that implement MessageBoard Modifier and Type Class Description classDummyMessageServerclassHttpMessageServer -
Uses of MessageBoard in VASSAL.chat.messageboard
Methods in VASSAL.chat.messageboard with parameters of type MessageBoard Modifier and Type Method Description voidMessageBoardControls. setServer(MessageBoard msgSvr, String name) -
Uses of MessageBoard in VASSAL.chat.node
Constructors in VASSAL.chat.node with parameters of type MessageBoard Constructor Description OfficialNodeClient(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 Constructor Description MessageBoardControlsInitializer(String name, MessageBoard board)