Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.6.2)

E10663-08


oracle.rules.sdk2.repository
Interface RepositoryChangeListener

All Superinterfaces:
java.util.EventListener

public interface RepositoryChangeListener
extends java.util.EventListener

Interface for notification of rule dictionary changes in a repository.


Method Summary
 void dictionaryChanged(RepositoryChange change, RuleRepository rr)
          Notification that a dictionary has changed.

 

Method Detail

dictionaryChanged

void dictionaryChanged(RepositoryChange change,
                       RuleRepository rr)
Notification that a dictionary has changed. This method is invoked by the RuleRepository instance it was registered with when a dictionary change is detected. A change to any dictionary visible to the RuleRepository instance will result in this method being invoked. The RepositoryChange parameter contains information on the type of the change and which dictionary was affected.
Parameters:
change - dictionary change notification information.
rr - the RuleRepository instance that detected the change.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.6.2)

E10663-08


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.