Interface ICalibrationListener


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

      • 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