public interface HasRuleContextChangedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addRuleContextChangedHandler(RuleContextChangedHandler handler)
Notification that the rule context gathered by the
ruleScope has
changed. |
fireEventHandlerRegistration addRuleContextChangedHandler(RuleContextChangedHandler handler)
ruleScope has
changed. This notification fires only on the component designated as the ruleScope; components that are merely contributing data to the rule
context do not fire ruleContextChanged.
handler - the ruleContextChanged handlerHandlerRegistration used to remove this handler