cz.cuni.pogamut.Client
Interface AgentIterationEndListener

All Superinterfaces:
java.util.EventListener

public interface AgentIterationEndListener
extends java.util.EventListener

Listener for the logic iteration end. Is called everytime the doLogic() in the Agent finishes.


Method Summary
 void iterationEnds(AgentIterationEndEvent event)
          Method called when event arises (doLogic iteration end).
 

Method Detail

iterationEnds

void iterationEnds(AgentIterationEndEvent event)
Method called when event arises (doLogic iteration end).

Parameters:
event -