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 AgendaEventListener
public void activationCreated(ActivationCreatedEvent event)
activationCreated
in interface AgendaEventListener
public void afterActivationFired(AfterActivationFiredEvent event)
afterActivationFired
in interface AgendaEventListener
public void agendaGroupPopped(AgendaGroupPoppedEvent event)
agendaGroupPopped
in interface AgendaEventListener
public void agendaGroupPushed(AgendaGroupPushedEvent event)
agendaGroupPushed
in interface AgendaEventListener
public void beforeActivationFired(BeforeActivationFiredEvent event)
beforeActivationFired
in interface AgendaEventListener
public void beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)
beforeRuleFlowGroupActivated
in interface AgendaEventListener
public void afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)
afterRuleFlowGroupActivated
in interface AgendaEventListener
public void beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)
beforeRuleFlowGroupDeactivated
in interface AgendaEventListener
public void afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)
afterRuleFlowGroupDeactivated
in interface AgendaEventListener
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.