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
Interface RuleBundleListener

All Superinterfaces:
java.util.EventListener

public interface RuleBundleListener
extends java.util.EventListener

The listener for notification of changes to RuleBundle objects.


Method Summary
 void ruleBundleModified(RuleBundleEvent e)
          Responds to changes in a RuleBundle.

 

Method Detail

ruleBundleModified

void ruleBundleModified(RuleBundleEvent e)
Responds to changes in a RuleBundle.
Parameters:
e - The RuleBundleEvent. The RuleBundle fires this event when a Rule has been added, removed, or replaced, and when the StopAtFirstMatch property has been set.

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.