public interface HasRuleContextChangedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addRuleContextChangedHandler(RuleContextChangedHandler handler)
Notification that the rule context gathered by the
ruleScope has
changed. |
com.google.gwt.event.shared.HandlerRegistration 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