cz.cuni.pogamut.Client
Class AgentIterationEndEvent

java.lang.Object
  extended by java.util.EventObject
      extended by cz.cuni.pogamut.Client.AgentIterationEndEvent
All Implemented Interfaces:
java.io.Serializable

public class AgentIterationEndEvent
extends java.util.EventObject

Event which is fired every iteration of agent logic

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AgentIterationEndEvent(java.lang.Object source)
           
 
Method Summary
 Agent getSource()
           
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentIterationEndEvent

public AgentIterationEndEvent(java.lang.Object source)
Method Detail

getSource

public Agent getSource()
Overrides:
getSource in class java.util.EventObject