|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--oracle.dss.rules.RuleBundleEvent
Describes a change in the RuleBundle
.
Field Summary | |
static int |
MODIFIED The RuleBundle has been modified. |
Constructor Summary | |
RuleBundleEvent(java.lang.Object source, int id) Constructor. |
Method Summary | |
int |
getID() Retrieves the type of event that has occurred. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
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.Constructor Detail |
public RuleBundleEvent(java.lang.Object source, int id)
source
- The source of this event.id
- A constant that represents the type of event.Method Detail |
public int getID()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |