Package tech.underoaks.coldcase.remote
Class Messages.AbortRemoteGSUsMessage
java.lang.Object
tech.underoaks.coldcase.remote.Message
tech.underoaks.coldcase.remote.Messages.AbortRemoteGSUsMessage
- Enclosing class:
Messages
Message indicating that the application should abort any pending remote Game State Updates (GSUs).
This message is sent to instruct the remote game controller to cancel any in-progress remote updates.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an emptyAbortRemoteGSUsMessage.AbortRemoteGSUsMessage(String remoteGameControllerInstanceId) Constructs anAbortRemoteGSUsMessagewith the specified remote game controller instance identifier. -
Method Summary
Methods inherited from class tech.underoaks.coldcase.remote.Message
getRemoteGameControllerInstanceId, setRemoteGameControllerInstanceId
-
Constructor Details
-
AbortRemoteGSUsMessage
public AbortRemoteGSUsMessage()Constructs an emptyAbortRemoteGSUsMessage. -
AbortRemoteGSUsMessage
Constructs anAbortRemoteGSUsMessagewith the specified remote game controller instance identifier.- Parameters:
remoteGameControllerInstanceId- the identifier of the remote game controller instance
-