Package | Description |
---|---|
org.drools.event.io | |
org.drools.event.knowledgeagent | |
org.drools.io |
io library for working with Resources
See ResourceFactory for more details
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceChangeListener.resourcesChanged(ChangeSet changeSet)
The Resource has changed, the ResourceChangeNotifier will call this method and execute the user implemented code.
|
Modifier and Type | Method and Description |
---|---|
ChangeSet |
ChangeSetProcessingEvent.getChangeSet() |
Constructor and Description |
---|
AfterChangeSetAppliedEvent(ChangeSet changeSet) |
AfterChangeSetProcessedEvent(ChangeSet changeSet,
List<Resource> addedResources,
Map<Resource,Set<KnowledgeDefinition>> modifiedResourceMappings,
Map<Resource,Set<KnowledgeDefinition>> removedResourceMappings) |
AfterResourceProcessedEvent(ChangeSet changeSet,
Resource resource,
ResourceType resourceType) |
BeforeChangeSetAppliedEvent(ChangeSet changeSet) |
BeforeChangeSetProcessedEvent(ChangeSet changeSet) |
BeforeResourceProcessedEvent(ChangeSet changeSet,
Resource resource,
ResourceType resourceType) |
ChangeSetProcessingEvent(ChangeSet changeSet) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceChangeNotifier.publishChangeSet(ChangeSet changeSet)
Called by the added ResourceChangeMonitors to inform this ResourceChangeNotifier of resource changes.
|
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.