Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.rules
Class RuleBundleEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.rules.RuleBundleEvent
All Implemented Interfaces:
java.io.Serializable

public class RuleBundleEvent
extends java.util.EventObject

Describes a change in the RuleBundle.

See Also:
Serialized Form

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

MODIFIED

public static final int MODIFIED
The 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

RuleBundleEvent

public RuleBundleEvent(java.lang.Object source,
                       int id)
Constructor.
Parameters:
source - The source of this event.
id - A constant that represents the type of event.
Method Detail

getID

public int getID()
Retrieves the type of event that has occurred.
Returns:
A constant that represents the type of event.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.