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.


Method Summary
 void notify(DmnDecisionTable decisionTable, DmnDecisionTableResult decisionTableResult)
          Will be called after a decision table was evaluated.
 

Method Detail

notify

void notify(DmnDecisionTable decisionTable,
            DmnDecisionTableResult decisionTableResult)
Will be called after a decision table was evaluated.

Parameters:
decisionTable - the evaluated decision table
decisionTableResult - the result of the decision table evaluation


Copyright © 2015 camunda services GmbH. All rights reserved.