Uses of Interface
org.drools.io.ResourceChangeNotifier

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

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.
 



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