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 classAbstractLaunchAction.LaunchRequestMessagestatic classAbstractLaunchAction.NotifyImportModuleOkstatic classAbstractLaunchAction.NotifyNewModuleOkstatic classAbstractLaunchAction.NotifyOpenModuleFailedstatic classAbstractLaunchAction.NotifyOpenModuleOkstatic classAbstractLaunchAction.NotifySaveFileOkstatic classLauncher.CloseAcceptstatic classLauncher.CloseRejectstatic classLauncher.CloseRequeststatic classLauncher.StartedNotice -
Uses of IPCMessage in VASSAL.tools.ipc
Classes in VASSAL.tools.ipc that implement IPCMessage Modifier and Type Class Description classSimpleIPCMessageFields in VASSAL.tools.ipc with type parameters of type IPCMessage Modifier and Type Field Description protected BlockingQueue<IPCMessage>IPCMessenger. outqueueprotected BlockingQueue<IPCMessage>IPCMessageDispatcher. queueprotected Map<Long,CompletableFuture<IPCMessage>>IPCMessenger. waitingMethods 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)