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 boolean
expectsReply()
long
getId()
long
getInReplyTo()
boolean
isReply()
void
setId(long id)
void
setInReplyTo(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)
-