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

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

public class DebugIsReplayingGameChanged
extends DefConEvent

Informs about game being replayed.


Constructor Summary
DebugIsReplayingGameChanged(Boolean debugIsReplayingGame, double time)
          Creates new instance of message DebugIsReplayingGameChanged.
 
Method Summary
 Boolean getDebugIsReplayingGame()
          Is debug replay running?
 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

DebugIsReplayingGameChanged

public DebugIsReplayingGameChanged(Boolean debugIsReplayingGame,
                                   double time)
Creates new instance of message DebugIsReplayingGameChanged. Informs about game being replayed.

Parameters:
debugIsReplayingGame - Is debug replay running?
time -
Method Detail

getDebugIsReplayingGame

public Boolean getDebugIsReplayingGame()
Is debug replay running?

Returns:
Boolean

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 © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.