public class DebugAgendaEventListener extends Object implements AgendaEventListener
| Constructor and Description |
|---|
DebugAgendaEventListener() |
DebugAgendaEventListener(PrintStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
activationCancelled(ActivationCancelledEvent event) |
void |
activationCreated(ActivationCreatedEvent event) |
void |
afterActivationFired(AfterActivationFiredEvent event) |
void |
afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event) |
void |
afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event) |
void |
agendaGroupPopped(AgendaGroupPoppedEvent event) |
void |
agendaGroupPushed(AgendaGroupPushedEvent event) |
void |
beforeActivationFired(BeforeActivationFiredEvent event) |
void |
beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event) |
void |
beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event) |
public DebugAgendaEventListener()
public DebugAgendaEventListener(PrintStream stream)
public void activationCancelled(ActivationCancelledEvent event)
activationCancelled in interface AgendaEventListenerpublic void activationCreated(ActivationCreatedEvent event)
activationCreated in interface AgendaEventListenerpublic void afterActivationFired(AfterActivationFiredEvent event)
afterActivationFired in interface AgendaEventListenerpublic void agendaGroupPopped(AgendaGroupPoppedEvent event)
agendaGroupPopped in interface AgendaEventListenerpublic void agendaGroupPushed(AgendaGroupPushedEvent event)
agendaGroupPushed in interface AgendaEventListenerpublic void beforeActivationFired(BeforeActivationFiredEvent event)
beforeActivationFired 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–2016 JBoss by Red Hat. All rights reserved.