Package tech.underoaks.coldcase.remote
Class Message
java.lang.Object
tech.underoaks.coldcase.remote.Message
- Direct Known Subclasses:
Messages.AbortRemoteGSUsMessage,Messages.AppendRemoteInteractionMessage,Messages.AppendRemoteInteractionResponseMessage,Messages.ApplyRemoteGSUsMessage,Messages.CreateRemoteInteractionChainMessage,Messages.CreateRemoteInteractionChainResponseMessage
Abstract base class representing a generic message in the remote game controller system.
This class provides a common structure for all messages by including a unique identifier for the associated remote game controller instance.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the current identifier of theRemoteGameControllervoidsetRemoteGameControllerInstanceId(String remoteGameControllerInstanceId) Sets the current identifier of theRemoteGameController
-
Constructor Details
-
Message
public Message()
-
-
Method Details
-
getRemoteGameControllerInstanceId
Gets the current identifier of theRemoteGameController- Returns:
- the id of the associated remote game controller instance
-
setRemoteGameControllerInstanceId
Sets the current identifier of theRemoteGameController- Parameters:
remoteGameControllerInstanceId- The id of the associated remote game controller instance
-