Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_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

public 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™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.