Interface IReasonerListener
-
- All Known Implementing Classes:
AbstractReasonerListener,ConfigurationHeaderMenu.PropagateListener,ConfigurationHeaderMenu.ReasoningPreFreezeListener,ConfigurationHeaderMenu.ValidateConfigListener,ProductLineHeaderMenu.ValidationListener
public interface IReasonerListenerListener for theIReasoner, to inform the caller of the reasoner, that the reasoning has been finished.- Author:
- El-Sharkawy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreasoningFinished(ReasoningResult result)This method will be called after the reasoner is finished.
-
-
-
Method Detail
-
reasoningFinished
void reasoningFinished(ReasoningResult result)
This method will be called after the reasoner is finished.- Parameters:
result- The result of the reasoning, can also contain warnings and errors.
-
-