Package org.drools.core.common
Interface EventSupport
- All Known Subinterfaces:
InternalWorkingMemory,InternalWorkingMemoryActions
public interface EventSupport
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAgendaEventListeners
Collection<AgendaEventListener> getAgendaEventListeners() -
getRuleRuntimeEventListeners
Collection<RuleRuntimeEventListener> getRuleRuntimeEventListeners() -
getAgendaEventSupport
AgendaEventSupport getAgendaEventSupport() -
getRuleRuntimeEventSupport
RuleRuntimeEventSupport getRuleRuntimeEventSupport() -
getRuleEventSupport
RuleEventListenerSupport getRuleEventSupport()
-