Interface DmnDecisionTableEvaluationListener

All Known Subinterfaces:
DmnEngineMetricCollector
All Known Implementing Classes:
DefaultEngineMetricCollector, DmnEngineMetricCollectorWrapper

public interface DmnDecisionTableEvaluationListener
A listener which will be notified after a decision table was evaluated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Will be called after a decision table was evaluated.
  • Method Details

    • notify

      void notify(DmnDecisionTableEvaluationEvent evaluationEvent)
      Will be called after a decision table was evaluated.
      Parameters:
      evaluationEvent - the evaluation event