org.drools.event.rule
Interface AgendaEventListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- DebugAgendaEventListener, DefaultAgendaEventListener, MilestoneNodeInstance
public interface AgendaEventListener
- extends EventListener
activationCreated
void activationCreated(ActivationCreatedEvent event)
activationCancelled
void activationCancelled(ActivationCancelledEvent event)
beforeActivationFired
void beforeActivationFired(BeforeActivationFiredEvent event)
afterActivationFired
void afterActivationFired(AfterActivationFiredEvent event)
agendaGroupPopped
void agendaGroupPopped(AgendaGroupPoppedEvent event)
agendaGroupPushed
void agendaGroupPushed(AgendaGroupPushedEvent event)
beforeRuleFlowGroupActivated
void beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)
afterRuleFlowGroupActivated
void afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event)
beforeRuleFlowGroupDeactivated
void beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)
afterRuleFlowGroupDeactivated
void afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.