cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages
Class HSRoundEnd

Package class diagram package HSRoundEnd
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.messages.custom.BaseCustomControlMessage
      extended by cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages.HSMessage
          extended by cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages.HSRoundEnd
All Implemented Interfaces:
cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent, cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent, ICustomControlMessage, cz.cuni.amis.utils.listener.Event

public class HSRoundEnd
extends HSMessage

Announcing that the round has ended.

All RUNNERS that were neither FOULED nor CAPTURED are counted as "SURVIVED".

Sent after last HSRoundState update is broadcast to mark the round end allowing clients to resolve the round.

Author:
Jimmy

Constructor Summary
HSRoundEnd()
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.custom.BaseCustomControlMessage
getSimTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSRoundEnd

public HSRoundEnd()


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