Interface EventHandler

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void reset​(int iteration)
      Gives the event handler the possibility to clean up its internal state.
    • Method Detail

      • reset

        default void reset​(int iteration)
        Gives the event handler the possibility to clean up its internal state. Within a Controler-Simulation, this is called before the mobsim starts.
        Parameters:
        iteration - the up-coming iteration from which up-coming events will be from.