gecco.communication.messages
Class MapPointsInvisibleMessage

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

public class MapPointsInvisibleMessage
extends ServerMessage

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

Author:
Niklas Hallenfur

Field Summary
 byte[] invisible
          Description of the Field
 
Constructor Summary
MapPointsInvisibleMessage(byte[] invisible)
          Constructor for the MapPointsInvisibleMessage object
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

invisible

public byte[] invisible
Description of the Field
Constructor Detail

MapPointsInvisibleMessage

public MapPointsInvisibleMessage(byte[] invisible)
Constructor for the MapPointsInvisibleMessage object
Parameters:
invisible - Description of Parameter