Interface DmnDecisionEvaluationListener
- All Known Implementing Classes:
DefaultEngineMetricCollector,DmnEngineMetricCollectorWrapper,HistoryDecisionEvaluationListener,MetricsDecisionEvaluationListener
public interface DmnDecisionEvaluationListener
A listener which will be notified after a decision
was evaluated.
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotify(DmnDecisionEvaluationEvent evaluationEvent) Will be called after a decision was evaluated.
-
Method Details
-
notify
Will be called after a decision was evaluated.- Parameters:
evaluationEvent- the evaluation event
-