org.drools.event.io
Interface ResourceChangeListener


public interface ResourceChangeListener

Interface that provides informed on changes resources, via the ChangeSet interface. This interface, as well as ChangeSet, ResourceChangeNotifier, ResourceChangeMonitor and ResourceChangeScanner are still considered subject to change. Use the XML format change-set, as part of the ResourceType api when adding to KnowledgeBuilder, which is considered stable. KnowledgeBuilder currently ignored Added/Modified xml elements, the KnowledgeAgent will use them, when rebuilding the KnowledgeBase.


Method Summary
 void resourcesChanged(ChangeSet changeSet)
          The Resource has changed, the ResourceChangeNotifier will call this method and execute the user implemented code.
 

Method Detail

resourcesChanged

void resourcesChanged(ChangeSet changeSet)
The Resource has changed, the ResourceChangeNotifier will call this method and execute the user implemented code.

Parameters:
changeSet -


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.