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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(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
-
-