Package org.kie.api.event.rule
Class DebugAgendaEventListener
- java.lang.Object
-
- org.kie.api.event.rule.DebugAgendaEventListener
-
- All Implemented Interfaces:
EventListener,AgendaEventListener
public class DebugAgendaEventListener extends Object implements AgendaEventListener
-
-
Constructor Summary
Constructors Constructor Description DebugAgendaEventListener()DebugAgendaEventListener(PrintStream stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterMatchFired(AfterMatchFiredEvent event)voidafterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)voidafterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)voidagendaGroupPopped(AgendaGroupPoppedEvent event)voidagendaGroupPushed(AgendaGroupPushedEvent event)voidbeforeMatchFired(BeforeMatchFiredEvent event)voidbeforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)voidbeforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)voidmatchCancelled(MatchCancelledEvent event)voidmatchCreated(MatchCreatedEvent event)
-
-
-
Constructor Detail
-
DebugAgendaEventListener
public DebugAgendaEventListener()
-
DebugAgendaEventListener
public DebugAgendaEventListener(PrintStream stream)
-
-
Method Detail
-
matchCancelled
public void matchCancelled(MatchCancelledEvent event)
- Specified by:
matchCancelledin interfaceAgendaEventListener
-
matchCreated
public void matchCreated(MatchCreatedEvent event)
- Specified by:
matchCreatedin interfaceAgendaEventListener
-
afterMatchFired
public void afterMatchFired(AfterMatchFiredEvent event)
- Specified by:
afterMatchFiredin interfaceAgendaEventListener
-
agendaGroupPopped
public void agendaGroupPopped(AgendaGroupPoppedEvent event)
- Specified by:
agendaGroupPoppedin interfaceAgendaEventListener
-
agendaGroupPushed
public void agendaGroupPushed(AgendaGroupPushedEvent event)
- Specified by:
agendaGroupPushedin interfaceAgendaEventListener
-
beforeMatchFired
public void beforeMatchFired(BeforeMatchFiredEvent event)
- Specified by:
beforeMatchFiredin interfaceAgendaEventListener
-
beforeRuleFlowGroupActivated
public void beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)
- Specified by:
beforeRuleFlowGroupActivatedin interfaceAgendaEventListener
-
afterRuleFlowGroupActivated
public void afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)
- Specified by:
afterRuleFlowGroupActivatedin interfaceAgendaEventListener
-
beforeRuleFlowGroupDeactivated
public void beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)
- Specified by:
beforeRuleFlowGroupDeactivatedin interfaceAgendaEventListener
-
afterRuleFlowGroupDeactivated
public void afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)
- Specified by:
afterRuleFlowGroupDeactivatedin interfaceAgendaEventListener
-
-