easy-rules
easy-rules copied to clipboard
Add afterEvaluate call also in doCheck method (now triggered only on fire)
We use The rule engine check method to get a map of Rules and their results. We're able to inject Facts trough a RuleListener calling the beforeEvaluate method. What we would need is to be able to call also the afterEvaluate() method of the Listener, that is not triggered when using check but only when using fire.
This is available in below version