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

Package class diagram package HSRoundStart
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.HSRoundStart
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 HSRoundStart
extends HSMessage

Announcing new round is about to start.

Sent before new HSRoundState is sent, allows clients to clean-up their data structures for new round.

Author:
Jimmy

Constructor Summary
HSRoundStart()
           
 
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

HSRoundStart

public HSRoundStart()


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