Interface IDemandListener

All Known Implementing Classes:
TakeScheduledResourceDemandProbe

public interface IDemandListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    demand(double demand)
     
    void
    demandCompleted(de.uka.ipd.sdq.scheduler.ISchedulableProcess simProcess)
     
  • Method Details

    • demand

      void demand(double demand)
    • demandCompleted

      void demandCompleted(de.uka.ipd.sdq.scheduler.ISchedulableProcess simProcess)