org.camunda.bpm.dmn.engine.delegate
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
 void notify(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


Copyright © 2017 camunda services GmbH. All rights reserved.