public interface ICalibrationListener
Classes implementing the ICalibrationListener interface can receive progress updates during the calibration of resource strategies.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    progressChanged(IDemandStrategy strategy, float progress)
    Called when the progress of the calibration changed.
  • Method Details

    • progressChanged

      void progressChanged(IDemandStrategy strategy, float progress)
      Called when the progress of the calibration changed.
      Parameters:
      strategy - the strategy that is currently claibrated and whose progress changed
      progress - the new calibration progress in the range of 0.0 to 1.0