cz.cuni.amis.pogamut.defcon.communication.messages.infos
Class EventBatchEnd

Package class diagram package EventBatchEnd
java.lang.Object
  extended by cz.cuni.amis.pogamut.defcon.communication.messages.infos.DefConEvent
      extended by cz.cuni.amis.pogamut.defcon.communication.messages.infos.EventBatchEnd
All Implemented Interfaces:
cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent, cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent, cz.cuni.amis.utils.listener.Event, IDefConBasicEvent

public class EventBatchEnd
extends DefConEvent

Marks the end of the update batch performed by DefConMediator.


Constructor Summary
EventBatchEnd(double time)
          Creates new instance of message EventBatchEnd.
 
Method Summary
 String toHtmlString()
          Returns message in html format.
 String toString()
          Returns human readable serialization of the message.
 
Methods inherited from class cz.cuni.amis.pogamut.defcon.communication.messages.infos.DefConEvent
getSimTime, getStringizedFields, getTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventBatchEnd

public EventBatchEnd(double time)
Creates new instance of message EventBatchEnd. Marks the end of the update batch performed by DefConMediator.

Parameters:
time -
Method Detail

toString

public String toString()
Returns human readable serialization of the message.

Overrides:
toString in class Object
Returns:
human readable string

toHtmlString

public String toHtmlString()
Returns message in html format.

Returns:
html message


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.