public class RuleBundleEvent
extends java.util.EventObject
RuleBundle.| Modifier and Type | Field and Description |
|---|---|
protected int |
m_id |
static int |
MODIFIED
The
RuleBundle has been modified. |
| Constructor and Description |
|---|
RuleBundleEvent(java.lang.Object source,
int id)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getID()
Retrieves the type of event that has occurred.
|
public static final int MODIFIED
RuleBundle has been modified.
Common changes are that a rule has been added, removed, or replaced
or that the StopAtFirstMatch property has been set.protected int m_id