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 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 List<org.kie.api.event.rule.AgendaEventListener>getAgendaEventListeners()List<org.kie.internal.event.rule.RuleEventListener>getRuleEventListeners()List<org.kie.api.event.rule.RuleRuntimeEventListener>getRuleRuntimeListeners()
-
-
-
Method Detail
-
getAgendaEventListeners
public List<org.kie.api.event.rule.AgendaEventListener> getAgendaEventListeners()
- Specified by:
getAgendaEventListenersin interfaceorg.drools.ruleunits.api.conf.RuleConfig
-
getRuleRuntimeListeners
public List<org.kie.api.event.rule.RuleRuntimeEventListener> getRuleRuntimeListeners()
- Specified by:
getRuleRuntimeListenersin interfaceorg.drools.ruleunits.api.conf.RuleConfig
-
getRuleEventListeners
public List<org.kie.internal.event.rule.RuleEventListener> getRuleEventListeners()
- Specified by:
getRuleEventListenersin interfaceorg.drools.ruleunits.api.conf.RuleConfig
-
-