org.camunda.bpm.dmn.engine
Interface DmnDecisionTableListener
- All Known Subinterfaces:
- DmnEngineMetricCollector
- All Known Implementing Classes:
- DmnEngineMetricCollectorImpl
public interface DmnDecisionTableListener
A listener which will be notified after a decision table
was evaluated.
notify
void notify(DmnDecisionTable decisionTable,
DmnDecisionTableResult decisionTableResult)
- Will be called after a decision table was evaluated.
- Parameters:
decisionTable - the evaluated decision tabledecisionTableResult - the result of the decision table evaluation
Copyright © 2015 camunda services GmbH. All rights reserved.