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 void
afterMatchFired(AfterMatchFiredEvent event)
void
afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)
void
afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)
void
agendaGroupPopped(AgendaGroupPoppedEvent event)
void
agendaGroupPushed(AgendaGroupPushedEvent event)
void
beforeMatchFired(BeforeMatchFiredEvent event)
void
beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)
void
beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)
void
matchCancelled(MatchCancelledEvent event)
void
matchCreated(MatchCreatedEvent event)
-
-
-
Constructor Detail
-
DebugAgendaEventListener
public DebugAgendaEventListener()
-
DebugAgendaEventListener
public DebugAgendaEventListener(PrintStream stream)
-
-
Method Detail
-
matchCancelled
public void matchCancelled(MatchCancelledEvent event)
- Specified by:
matchCancelled
in interfaceAgendaEventListener
-
matchCreated
public void matchCreated(MatchCreatedEvent event)
- Specified by:
matchCreated
in interfaceAgendaEventListener
-
afterMatchFired
public void afterMatchFired(AfterMatchFiredEvent event)
- Specified by:
afterMatchFired
in interfaceAgendaEventListener
-
agendaGroupPopped
public void agendaGroupPopped(AgendaGroupPoppedEvent event)
- Specified by:
agendaGroupPopped
in interfaceAgendaEventListener
-
agendaGroupPushed
public void agendaGroupPushed(AgendaGroupPushedEvent event)
- Specified by:
agendaGroupPushed
in interfaceAgendaEventListener
-
beforeMatchFired
public void beforeMatchFired(BeforeMatchFiredEvent event)
- Specified by:
beforeMatchFired
in interfaceAgendaEventListener
-
beforeRuleFlowGroupActivated
public void beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)
- Specified by:
beforeRuleFlowGroupActivated
in interfaceAgendaEventListener
-
afterRuleFlowGroupActivated
public void afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)
- Specified by:
afterRuleFlowGroupActivated
in interfaceAgendaEventListener
-
beforeRuleFlowGroupDeactivated
public void beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)
- Specified by:
beforeRuleFlowGroupDeactivated
in interfaceAgendaEventListener
-
afterRuleFlowGroupDeactivated
public void afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)
- Specified by:
afterRuleFlowGroupDeactivated
in interfaceAgendaEventListener
-
-