public class DefaultAgendaEventListener extends Object implements AgendaEventListener
Constructor and Description |
---|
DefaultAgendaEventListener() |
Modifier and Type | Method and Description |
---|---|
void |
activationCancelled(ActivationCancelledEvent event,
WorkingMemory workingMemory) |
void |
activationCreated(ActivationCreatedEvent event,
WorkingMemory workingMemory) |
void |
afterActivationFired(AfterActivationFiredEvent event,
WorkingMemory workingMemory) |
void |
afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event,
WorkingMemory workingMemory) |
void |
afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event,
WorkingMemory workingMemory) |
void |
agendaGroupPopped(AgendaGroupPoppedEvent event,
WorkingMemory workingMemory) |
void |
agendaGroupPushed(AgendaGroupPushedEvent event,
WorkingMemory workingMemory) |
void |
beforeActivationFired(BeforeActivationFiredEvent event,
WorkingMemory workingMemory) |
void |
beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event,
WorkingMemory workingMemory) |
void |
beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event,
WorkingMemory workingMemory) |
public void activationCreated(ActivationCreatedEvent event, WorkingMemory workingMemory)
activationCreated
in interface AgendaEventListener
public void activationCancelled(ActivationCancelledEvent event, WorkingMemory workingMemory)
activationCancelled
in interface AgendaEventListener
public void beforeActivationFired(BeforeActivationFiredEvent event, WorkingMemory workingMemory)
beforeActivationFired
in interface AgendaEventListener
public void afterActivationFired(AfterActivationFiredEvent event, WorkingMemory workingMemory)
afterActivationFired
in interface AgendaEventListener
public void agendaGroupPopped(AgendaGroupPoppedEvent event, WorkingMemory workingMemory)
agendaGroupPopped
in interface AgendaEventListener
public void agendaGroupPushed(AgendaGroupPushedEvent event, WorkingMemory workingMemory)
agendaGroupPushed
in interface AgendaEventListener
public void afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event, WorkingMemory workingMemory)
afterRuleFlowGroupActivated
in interface AgendaEventListener
public void afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event, WorkingMemory workingMemory)
afterRuleFlowGroupDeactivated
in interface AgendaEventListener
public void beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event, WorkingMemory workingMemory)
beforeRuleFlowGroupActivated
in interface AgendaEventListener
public void beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event, WorkingMemory workingMemory)
beforeRuleFlowGroupDeactivated
in interface AgendaEventListener
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.