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