cz.cuni.pogamut.MessageObjects
Class MapFinished

java.lang.Object
  extended by cz.cuni.pogamut.MessageObjects.MessageObject
      extended by cz.cuni.pogamut.MessageObjects.MapFinished
All Implemented Interfaces:
Visible, java.io.Serializable, java.lang.Cloneable

public class MapFinished
extends MessageObject

when the end of the simulation - ergo game, ergo map - is close, this message is sent, so agents can disconnect

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
ID, type, types, UnrealID, visible
 
Constructor Summary
MapFinished()
           
 
Method Summary
 
Methods inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
clone, diff, equals, getID, getType, getUnrealID, getVisibility, hasID, isVisible, setID, setType, setUnrealID, setVisible, toString, update
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapFinished

public MapFinished()