com.azalient.api.event.model
Interface ModelEventTimeSec

All Known Subinterfaces:
IPersonRouter, IRouter, IVehicleRouter

public interface ModelEventTimeSec

Implement this interface and register yourself to get a notification at each whole second of elapsed simulation time.


Method Summary
 void timeSec()
          Called each whole second of elapsed simulation time.
 

Method Detail

timeSec

void timeSec()
Called each whole second of elapsed simulation time.