gecco.communication.messages
Class MapUpdateMessage

java.lang.Object
  |
  +--gecco.communication.messages.ServerMessage
        |
        +--gecco.communication.messages.MapUpdateMessage

public class MapUpdateMessage
extends ServerMessage

This message is put in the send queue on the server part of the communication, when the server calls automatonHasState

Author:
Niklas Hallenfur

Field Summary
 Color color
          Description of the Field
 int x
          Description of the Field
 int y
          Description of the Field
 
Constructor Summary
MapUpdateMessage(int x, int y, Color c)
          Constructor for the MapUpdateMessage object
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

x

public int x
Description of the Field

y

public int y
Description of the Field

color

public Color color
Description of the Field
Constructor Detail

MapUpdateMessage

public MapUpdateMessage(int x,
                        int y,
                        Color c)
Constructor for the MapUpdateMessage object
Parameters:
x - Description of Parameter
y - Description of Parameter
c - Description of Parameter