public class McRuleListener extends Object implements org.easyrules.api.RuleListener
| Constructor and Description |
|---|
McRuleListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterEvaluate(org.easyrules.api.Rule rule,
boolean status) |
boolean |
beforeEvaluate(org.easyrules.api.Rule rule) |
void |
beforeExecute(org.easyrules.api.Rule rule) |
void |
onFailure(org.easyrules.api.Rule rule,
Exception exception) |
void |
onSuccess(org.easyrules.api.Rule rule) |
public void beforeExecute(org.easyrules.api.Rule rule)
beforeExecute in interface org.easyrules.api.RuleListenerpublic void onFailure(org.easyrules.api.Rule rule,
Exception exception)
onFailure in interface org.easyrules.api.RuleListenerpublic void onSuccess(org.easyrules.api.Rule rule)
onSuccess in interface org.easyrules.api.RuleListenerpublic boolean beforeEvaluate(org.easyrules.api.Rule rule)
beforeEvaluate in interface org.easyrules.api.RuleListenerpublic void afterEvaluate(org.easyrules.api.Rule rule,
boolean status)
afterEvaluate in interface org.easyrules.api.RuleListenerCopyright © 2015–2019. All rights reserved.