Interface IOutputChangedListener

All Known Implementing Classes:
TerminationCriteriaView

public interface IOutputChangedListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Logic witch should be executed when the Termination Criteria Manager updates the output tree.
  • Method Details

    • handleOutputChangedEvent

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