KIE Internal 6.0.0.Beta1

Uses of Interface
org.kie.internal.io.ResourceChangeNotifier

Packages that use ResourceChangeNotifier
org.kie.internal.io   
 

Uses of ResourceChangeNotifier in org.kie.internal.io
 

Methods in org.kie.internal.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.kie.internal.io with parameters of type ResourceChangeNotifier
 void ResourceChangeMonitor.subscribeNotifier(ResourceChangeNotifier notifier, org.kie.api.io.Resource resource)
          Subscribe the notifier to receive change information on the given resource.
 void ResourceChangeMonitor.unsubscribeNotifier(ResourceChangeNotifier notifier, org.kie.api.io.Resource resource)
          Unsubscribe the notifier for the given resource.
 


KIE Internal 6.0.0.Beta1

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