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

E17492-01

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.

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

E17492-01

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