Interface IOverallUtilizationListener


public interface IOverallUtilizationListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    utilizationChanged(double resourceDemand, double totalTime)
    Gets fired as soon as the overall utilization of a resource is known.
  • Method Details

    • utilizationChanged

      void utilizationChanged(double resourceDemand, double totalTime)
      Gets fired as soon as the overall utilization of a resource is known.