Interface RuleRuntimeEventListenerFactory
-
public interface RuleRuntimeEventListenerFactoryProvides a factory for creating droolsRuleRuntimeEventListeners.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<org.kie.api.event.rule.RuleRuntimeEventListener>createRuleRuntimeEventListeners(AbstractRuleEngineContextModel ctx)returns a set ofRuleRuntimeEventListeners based on the given context
-
-
-
Method Detail
-
createRuleRuntimeEventListeners
java.util.Set<org.kie.api.event.rule.RuleRuntimeEventListener> createRuleRuntimeEventListeners(AbstractRuleEngineContextModel ctx)
returns a set ofRuleRuntimeEventListeners based on the given context- Parameters:
ctx- the context- Returns:
- a set of RuleRuntimeEventListener objects
-
-