Package org.drools.ruleunits.impl.conf
Class RuleConfigImpl
- java.lang.Object
-
- org.drools.ruleunits.impl.conf.RuleConfigImpl
-
- All Implemented Interfaces:
org.drools.ruleunits.api.conf.RuleConfig
public class RuleConfigImpl extends java.lang.Object implements org.drools.ruleunits.api.conf.RuleConfig
-
-
Constructor Summary
Constructors Constructor Description RuleConfigImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.kie.api.event.rule.AgendaEventListener>getAgendaEventListeners()java.util.List<org.kie.internal.event.rule.RuleEventListener>getRuleEventListeners()java.util.List<org.kie.api.event.rule.RuleRuntimeEventListener>getRuleRuntimeListeners()
-
-
-
Method Detail
-
getAgendaEventListeners
public java.util.List<org.kie.api.event.rule.AgendaEventListener> getAgendaEventListeners()
- Specified by:
getAgendaEventListenersin interfaceorg.drools.ruleunits.api.conf.RuleConfig
-
getRuleRuntimeListeners
public java.util.List<org.kie.api.event.rule.RuleRuntimeEventListener> getRuleRuntimeListeners()
- Specified by:
getRuleRuntimeListenersin interfaceorg.drools.ruleunits.api.conf.RuleConfig
-
getRuleEventListeners
public java.util.List<org.kie.internal.event.rule.RuleEventListener> getRuleEventListeners()
- Specified by:
getRuleEventListenersin interfaceorg.drools.ruleunits.api.conf.RuleConfig
-
-