com.azalient.api.event.model
Interface ModelEventTimeStep

All Known Subinterfaces:
IPersonRouter, IRouter, IVehicleRouter

public interface ModelEventTimeStep

Implement this interface and register yourself to get a notification at each simulation time step.


Method Summary
 void timeStep()
          Called each simulation time step
 

Method Detail

timeStep

void timeStep()
Called each simulation time step