|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.util.EventObject
oracle.dss.rules.RuleBundleEvent
public class RuleBundleEvent
Describes a change in the RuleBundle.
| Field Summary | |
|---|---|
protected int |
m_id |
static int |
MODIFIEDThe RuleBundle has been modified. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| 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 |
|---|
clone, equals, finalize, 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.
protected int m_id
| 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 Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||