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

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


Constructor Summary
HSBotStateChanged()
           
 
Method Summary
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getBotId()
           
 String getNewState()
           
 HSBotState getNewStateEnum()
           
 void setBotId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId)
           
 void setNewState(HSBotState newState)
           
 
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

HSBotStateChanged

public HSBotStateChanged()
Method Detail

getBotId

public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getBotId()

setBotId

public void setBotId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId botId)

getNewState

public String getNewState()

setNewState

public void setNewState(HSBotState newState)

getNewStateEnum

public HSBotState getNewStateEnum()


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