Interface DmnDecisionEvaluationListener
-
- All Known Implementing Classes:
DefaultEngineMetricCollector,DmnEngineMetricCollectorWrapper
public interface DmnDecisionEvaluationListenerA listener which will be notified after a decision was evaluated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(DmnDecisionEvaluationEvent evaluationEvent)Will be called after a decision was evaluated.
-
-
-
Method Detail
-
notify
void notify(DmnDecisionEvaluationEvent evaluationEvent)
Will be called after a decision was evaluated.- Parameters:
evaluationEvent- the evaluation event
-
-