Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


oracle.dss.rules
Class RuleBundleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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
protected  int m_id
           
static int MODIFIED
          The 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

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.
See Also:
Constant Field Values

m_id

protected int m_id
For internal use only. Application developers should not use this

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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


Copyright © 1997, 2012, Oracle. All rights reserved.