Class WorkMessage


  • public class WorkMessage
    extends AttributeMessage
    The message sent to handle changes in work location.
    • Constructor Detail

      • WorkMessage

        public WorkMessage​(Unit unit,
                           WorkLocation workLocation)
        Create a new WorkMessage for the supplied unit and work location.
        Parameters:
        unit - The Unit to change the work location of.
        workLocation - The WorkLocation to change to.
      • WorkMessage

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

      • currentPlayerMessage

        public boolean currentPlayerMessage()
        Should this message only be sent to a server by the current player?
        Overrides:
        currentPlayerMessage in class TrivialMessage
        Returns:
        True if this is a current-player-only message.
      • 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.