org.camunda.bpm.dmn.engine.delegate
Interface DmnDecisionEvaluationListener

All Known Implementing Classes:
DefaultEngineMetricCollector, DmnEngineMetricCollectorWrapper

public interface DmnDecisionEvaluationListener

A listener which will be notified after a decision was evaluated.


Method Summary
 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


Copyright © 2017 camunda services GmbH. All rights reserved.