public class DebugAgendaEventListener extends Object implements AgendaEventListener
| Constructor and Description |
|---|
DebugAgendaEventListener() |
DebugAgendaEventListener(PrintStream stream) |
| Modifier and Type | Method and 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) |
public DebugAgendaEventListener()
public DebugAgendaEventListener(PrintStream stream)
public void matchCancelled(MatchCancelledEvent event)
matchCancelled in interface AgendaEventListenerpublic void matchCreated(MatchCreatedEvent event)
matchCreated in interface AgendaEventListenerpublic void afterMatchFired(AfterMatchFiredEvent event)
afterMatchFired in interface AgendaEventListenerpublic void agendaGroupPopped(AgendaGroupPoppedEvent event)
agendaGroupPopped in interface AgendaEventListenerpublic void agendaGroupPushed(AgendaGroupPushedEvent event)
agendaGroupPushed in interface AgendaEventListenerpublic void beforeMatchFired(BeforeMatchFiredEvent event)
beforeMatchFired in interface AgendaEventListenerpublic void beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)
beforeRuleFlowGroupActivated in interface AgendaEventListenerpublic void afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)
afterRuleFlowGroupActivated in interface AgendaEventListenerpublic void beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)
beforeRuleFlowGroupDeactivated in interface AgendaEventListenerpublic void afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)
afterRuleFlowGroupDeactivated in interface AgendaEventListenerCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.