Uses of Interface
VASSAL.chat.LockableRoom
Package | Description |
---|---|
VASSAL.chat |
Contains classes for specifying a VASSAL server implementation that follows a chat-room paradigm.
|
VASSAL.chat.jabber | |
VASSAL.chat.node |
-
Uses of LockableRoom in VASSAL.chat
Methods in VASSAL.chat with parameters of type LockableRoom Modifier and Type Method Description void
LockableChatServerConnection. lockRoom(LockableRoom r)
Lock/Unlock the given room -
Uses of LockableRoom in VASSAL.chat.jabber
Classes in VASSAL.chat.jabber that implement LockableRoom Modifier and Type Class Description class
JabberRoom
Methods in VASSAL.chat.jabber that return LockableRoom Modifier and Type Method Description LockableRoom
JabberClient. getCurrentRoom()
Methods in VASSAL.chat.jabber with parameters of type LockableRoom Modifier and Type Method Description void
JabberClient. lockRoom(LockableRoom r)
Toggle the lock state on the room. -
Uses of LockableRoom in VASSAL.chat.node
Classes in VASSAL.chat.node that implement LockableRoom Modifier and Type Class Description class
NodeRoom
Subclass ofSimpleRoom
for use on the client side of a hierarchical serverMethods in VASSAL.chat.node with parameters of type LockableRoom Modifier and Type Method Description void
NodeClient. lockRoom(LockableRoom r)