public class DebugAgendaEventListener extends Object implements org.kie.api.event.rule.AgendaEventListener
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
DebugAgendaEventListener() |
Modifier and Type | Method and Description |
---|---|
void |
afterMatchFired(org.kie.api.event.rule.AfterMatchFiredEvent event) |
void |
afterRuleFlowGroupActivated(org.kie.api.event.rule.RuleFlowGroupActivatedEvent event) |
void |
afterRuleFlowGroupDeactivated(org.kie.api.event.rule.RuleFlowGroupDeactivatedEvent event) |
void |
agendaGroupPopped(org.kie.api.event.rule.AgendaGroupPoppedEvent event) |
void |
agendaGroupPushed(org.kie.api.event.rule.AgendaGroupPushedEvent event) |
void |
beforeMatchFired(org.kie.api.event.rule.BeforeMatchFiredEvent event) |
void |
beforeRuleFlowGroupActivated(org.kie.api.event.rule.RuleFlowGroupActivatedEvent event) |
void |
beforeRuleFlowGroupDeactivated(org.kie.api.event.rule.RuleFlowGroupDeactivatedEvent event) |
void |
matchCancelled(org.kie.api.event.rule.MatchCancelledEvent event) |
void |
matchCreated(org.kie.api.event.rule.MatchCreatedEvent event) |
public void matchCreated(org.kie.api.event.rule.MatchCreatedEvent event)
matchCreated
in interface org.kie.api.event.rule.AgendaEventListener
public void matchCancelled(org.kie.api.event.rule.MatchCancelledEvent event)
matchCancelled
in interface org.kie.api.event.rule.AgendaEventListener
public void beforeMatchFired(org.kie.api.event.rule.BeforeMatchFiredEvent event)
beforeMatchFired
in interface org.kie.api.event.rule.AgendaEventListener
public void afterMatchFired(org.kie.api.event.rule.AfterMatchFiredEvent event)
afterMatchFired
in interface org.kie.api.event.rule.AgendaEventListener
public void agendaGroupPopped(org.kie.api.event.rule.AgendaGroupPoppedEvent event)
agendaGroupPopped
in interface org.kie.api.event.rule.AgendaEventListener
public void agendaGroupPushed(org.kie.api.event.rule.AgendaGroupPushedEvent event)
agendaGroupPushed
in interface org.kie.api.event.rule.AgendaEventListener
public void beforeRuleFlowGroupActivated(org.kie.api.event.rule.RuleFlowGroupActivatedEvent event)
beforeRuleFlowGroupActivated
in interface org.kie.api.event.rule.AgendaEventListener
public void afterRuleFlowGroupActivated(org.kie.api.event.rule.RuleFlowGroupActivatedEvent event)
afterRuleFlowGroupActivated
in interface org.kie.api.event.rule.AgendaEventListener
public void beforeRuleFlowGroupDeactivated(org.kie.api.event.rule.RuleFlowGroupDeactivatedEvent event)
beforeRuleFlowGroupDeactivated
in interface org.kie.api.event.rule.AgendaEventListener
public void afterRuleFlowGroupDeactivated(org.kie.api.event.rule.RuleFlowGroupDeactivatedEvent event)
afterRuleFlowGroupDeactivated
in interface org.kie.api.event.rule.AgendaEventListener
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.