Interface IOutputChangedListener


public interface IOutputChangedListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleOutputChangedEvent(de.uka.ipd.sdq.tcfmoop.outputtree.Tree outPut)
    Logic witch should be executed when the Termination Criteria Manager updates the output tree.
  • Method Details

    • handleOutputChangedEvent

      void handleOutputChangedEvent(de.uka.ipd.sdq.tcfmoop.outputtree.Tree outPut)
      Logic witch should be executed when the Termination Criteria Manager updates the output tree.
      Parameters:
      instance - of the output tree.