cz.cuni.amis.pogamut.defcon.communication.messages.infos
Class EventBatchBegin
java.lang.Object
cz.cuni.amis.pogamut.defcon.communication.messages.infos.DefConEvent
cz.cuni.amis.pogamut.defcon.communication.messages.infos.EventBatchBegin
- All Implemented Interfaces:
- IWorldChangeEvent, IWorldEvent, cz.cuni.amis.utils.listener.Event, IDefConBasicEvent
public class EventBatchBegin
- extends DefConEvent
Marks start of the update batch performed by DefConMediator.
Constructor Summary |
EventBatchBegin(double time)
Creates new instance of message EventBatchBegin. |
EventBatchBegin
public EventBatchBegin(double time)
- Creates new instance of message EventBatchBegin.
Marks start of the update batch performed by DefConMediator.
- Parameters:
time
-
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 © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.