Uses of Interface
VASSAL.chat.LockableChatServerConnection
Packages that use LockableChatServerConnection
-
Uses of LockableChatServerConnection in VASSAL.chat.node
Classes in VASSAL.chat.node that implement LockableChatServerConnectionModifier and TypeClassDescriptionclass
class
class
-
Uses of LockableChatServerConnection in VASSAL.chat.ui
Methods in VASSAL.chat.ui with parameters of type LockableChatServerConnectionModifier and TypeMethodDescriptionstatic PlayerActionFactory
InviteAction.factory
(LockableChatServerConnection client) static PlayerActionFactory
KickAction.factory
(LockableChatServerConnection client) Constructors in VASSAL.chat.ui with parameters of type LockableChatServerConnectionModifierConstructorDescriptionInviteAction
(LockableChatServerConnection client, SimplePlayer target) KickAction
(LockableChatServerConnection client, SimplePlayer target)