Package tech.underoaks.coldcase.remote
Class Messages.ApplyRemoteGSUsMessage
java.lang.Object
tech.underoaks.coldcase.remote.Message
tech.underoaks.coldcase.remote.Messages.ApplyRemoteGSUsMessage
- Enclosing class:
Messages
Message used to trigger the application of remote Game State Updates (GSUs).
This message instructs the remote game controller to process and apply queued GSUs.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an emptyApplyRemoteGSUsMessage.ApplyRemoteGSUsMessage(String remoteGameControllerInstanceId) Constructs anApplyRemoteGSUsMessagewith the specified remote game controller instance identifier. -
Method Summary
Methods inherited from class tech.underoaks.coldcase.remote.Message
getRemoteGameControllerInstanceId, setRemoteGameControllerInstanceId
-
Constructor Details
-
ApplyRemoteGSUsMessage
public ApplyRemoteGSUsMessage()Constructs an emptyApplyRemoteGSUsMessage. -
ApplyRemoteGSUsMessage
Constructs anApplyRemoteGSUsMessagewith the specified remote game controller instance identifier.- Parameters:
remoteGameControllerInstanceId- the identifier of the remote game controller instance
-