Interface IStatusObserver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void updateStatus​(int percentDone, double currentSimTime, long measurementsTaken)
      Notification call informing the observer about the simulation progess in percent done
    • Method Detail

      • updateStatus

        void updateStatus​(int percentDone,
                          double currentSimTime,
                          long measurementsTaken)
        Notification call informing the observer about the simulation progess in percent done
        Parameters:
        percentDone - Percentage of the maximum simulation time which has passed