Class ContinueMessage


  • public class ContinueMessage
    extends TrivialMessage
    A trivial message sent to the server to signal that the game should continue.
    • Constructor Detail

      • ContinueMessage

        public ContinueMessage()
        Create a new ContinueMessage of a given type.
      • ContinueMessage

        public ContinueMessage​(Game game,
                               FreeColXMLReader xr)
                        throws javax.xml.stream.XMLStreamException
        Create a new ContinueMessage from a stream.
        Parameters:
        game - The Game this message belongs to.
        xr - The FreeColXMLReader to read from.
        Throws:
        javax.xml.stream.XMLStreamException - if the stream is corrupt.
    • Method Detail

      • serverHandler

        public ChangeSet serverHandler​(FreeColServer freeColServer,
                                       ServerPlayer serverPlayer)
        Server-side handler for this message.
        Overrides:
        serverHandler in class TrivialMessage
        Parameters:
        freeColServer - The FreeColServer handling the request.
        serverPlayer - The ServerPlayer that sent the request.
        Returns:
        A ChangeSet defining the response.