com.azalient.api.event.agent
Interface AgentEventTimeStep


public interface AgentEventTimeStep

A listener that is notified for every active agent on every simulation time step


Method Summary
 void timeStep(IAgent agent)
          This is called for every active agent on every simulation time step
 

Method Detail

timeStep

void timeStep(IAgent agent)
This is called for every active agent on every simulation time step