Knowledge API Legacy5 Adapter 6.0.0.Beta5

Uses of Interface
org.drools.io.ResourceChangeNotifier

Packages that use ResourceChangeNotifier
org.drools.impl   
org.drools.io io library for working with Resources See ResourceFactory for more details  
 

Uses of ResourceChangeNotifier in org.drools.impl
 

Methods in org.drools.impl that return ResourceChangeNotifier
 ResourceChangeNotifier ResourceFactoryServiceImpl.getResourceChangeNotifierService()
           
 

Uses of ResourceChangeNotifier in org.drools.io
 

Methods in org.drools.io that return ResourceChangeNotifier
 ResourceChangeNotifier ResourceFactoryService.getResourceChangeNotifierService()
           
static ResourceChangeNotifier ResourceFactory.getResourceChangeNotifierService()
          A Service that can be started, to provide notifications of changed Resources.
 

Methods in org.drools.io with parameters of type ResourceChangeNotifier
 void ResourceChangeMonitor.subscribeNotifier(ResourceChangeNotifier notifier, Resource resource)
          Subscribe the notifier to receive change information on the given resource.
 void ResourceChangeMonitor.unsubscribeNotifier(ResourceChangeNotifier notifier, Resource resource)
          Unsubscribe the notifier for the given resource.
 


Knowledge API Legacy5 Adapter 6.0.0.Beta5

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