gecco.communication.messages
Class MapUpdatesMessage
java.lang.Object
|
+--gecco.communication.messages.ServerMessage
|
+--gecco.communication.messages.MapUpdatesMessage
- public class MapUpdatesMessage
- extends ServerMessage
This message is put in the send queue on the server part of the
communication, when the server calls automatonsHasState
- Author:
- Niklas Hallenfur
Field Summary |
byte[] |
changes
Description of the Field |
Constructor Summary |
MapUpdatesMessage(byte[] changes)
Constructor for the MapUpdatesMessage object |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
changes
public byte[] changes
- Description of the Field
MapUpdatesMessage
public MapUpdatesMessage(byte[] changes)
- Constructor for the MapUpdatesMessage object
- Parameters:
changes
- Description of Parameter