Package de.uka.ipd.sdq.tcfmoop.tcmanager
Interface IOutputChangedListener
public interface IOutputChangedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleOutputChangedEvent(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.
-