cz.cuni.amis.pogamut.base.agent.state
Class WaitForAgentStateChange

java.lang.Object
  extended by cz.cuni.amis.utils.flag.WaitForFlagChange<IAgentState>
      extended by cz.cuni.amis.pogamut.base.agent.state.WaitForAgentStateChange

public class WaitForAgentStateChange
extends WaitForFlagChange<IAgentState>


Nested Class Summary
 
Nested classes/interfaces inherited from class cz.cuni.amis.utils.flag.WaitForFlagChange
WaitForFlagChange.IAccept<TYPE>
 
Constructor Summary
WaitForAgentStateChange(Flag<IAgentState> flag, java.lang.Class<? extends IAgentState> agentState)
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.utils.flag.WaitForFlagChange
await, await
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaitForAgentStateChange

public WaitForAgentStateChange(Flag<IAgentState> flag,
                               java.lang.Class<? extends IAgentState> agentState)