Package VASSAL.tools.ipc
Interface IPCMessage
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractLaunchAction.LaunchRequestMessage,AbstractLaunchAction.NotifyImportModuleOk,AbstractLaunchAction.NotifyNewModuleOk,AbstractLaunchAction.NotifyOpenModuleFailed,AbstractLaunchAction.NotifyOpenModuleOk,AbstractLaunchAction.NotifySaveFileOk,Launcher.CloseAccept,Launcher.CloseReject,Launcher.CloseRequest,Launcher.StartedNotice,SimpleIPCMessage
public interface IPCMessage extends Serializable
-
Method Summary
Modifier and Type Method Description booleanexpectsReply()longgetId()longgetInReplyTo()booleanisReply()voidsetId(long id)voidsetInReplyTo(long id)
-
Method Details
-
getId
long getId() -
setId
void setId(long id) -
expectsReply
boolean expectsReply() -
isReply
boolean isReply() -
getInReplyTo
long getInReplyTo() -
setInReplyTo
void setInReplyTo(long id)
-