Uses of Interface
VASSAL.tools.ipc.IPCMessage
Package | Description |
---|---|
VASSAL.launch | |
VASSAL.tools.ipc |
-
Uses of IPCMessage in VASSAL.launch
Classes in VASSAL.launch that implement IPCMessage Modifier and Type Class Description protected static class
AbstractLaunchAction.LaunchRequestMessage
static class
AbstractLaunchAction.NotifyImportModuleOk
static class
AbstractLaunchAction.NotifyNewModuleOk
static class
AbstractLaunchAction.NotifyOpenModuleFailed
static class
AbstractLaunchAction.NotifyOpenModuleOk
static class
AbstractLaunchAction.NotifySaveFileOk
static class
Launcher.CloseAccept
static class
Launcher.CloseReject
static class
Launcher.CloseRequest
static class
Launcher.StartedNotice
-
Uses of IPCMessage in VASSAL.tools.ipc
Classes in VASSAL.tools.ipc that implement IPCMessage Modifier and Type Class Description class
SimpleIPCMessage
Fields in VASSAL.tools.ipc with type parameters of type IPCMessage Modifier and Type Field Description protected BlockingQueue<IPCMessage>
IPCMessenger. outqueue
protected BlockingQueue<IPCMessage>
IPCMessageDispatcher. queue
protected Map<Long,CompletableFuture<IPCMessage>>
IPCMessenger. waiting
Methods in VASSAL.tools.ipc that return types with arguments of type IPCMessage Modifier and Type Method Description Future<IPCMessage>
IPCMessenger. send(IPCMessage msg)
Methods in VASSAL.tools.ipc with parameters of type IPCMessage Modifier and Type Method Description Future<IPCMessage>
IPCMessenger. send(IPCMessage msg)
Constructor parameters in VASSAL.tools.ipc with type arguments of type IPCMessage Constructor Description IPCMessageDispatcher(BlockingQueue<IPCMessage> queue, ObjectOutput out)