gecco.communication.messages
Class MapPointInvisibleMessage

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

public class MapPointInvisibleMessage
extends ServerMessage

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

Author:
Niklas Hallenfur

Field Summary
 int x
          Description of the Field
 int y
          Description of the Field
 
Constructor Summary
MapPointInvisibleMessage(int x, int y)
          Constructor for the MapPointInvisibleMessage 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
Constructor Detail

MapPointInvisibleMessage

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