Package | Description |
---|---|
org.drools.impl | |
org.drools.io |
io library for working with Resources
See ResourceFactory for more details
|
Modifier and Type | Method and Description |
---|---|
ResourceChangeNotifier |
ResourceFactoryServiceImpl.getResourceChangeNotifierService() |
Modifier and Type | Method and Description |
---|---|
static ResourceChangeNotifier |
ResourceFactory.getResourceChangeNotifierService()
A Service that can be started, to provide notifications of changed Resources.
|
ResourceChangeNotifier |
ResourceFactoryService.getResourceChangeNotifierService() |
Modifier and Type | Method and Description |
---|---|
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–2019 JBoss by Red Hat. All rights reserved.