public interface RuleBundleListener
extends java.util.EventListener
RuleBundle objects.| Modifier and Type | Method and Description |
|---|---|
void |
ruleBundleModified(RuleBundleEvent e)
Responds to changes in a
RuleBundle. |
void ruleBundleModified(RuleBundleEvent e)
RuleBundle.e - The RuleBundleEvent. The RuleBundle
fires this event when a Rule has been added,
removed, or replaced, and when the
StopAtFirstMatch property has been set.