org.drools.event.rule
Interface AgendaEventListener
- All Superinterfaces: 
- EventListener
- All Known Implementing Classes: 
- DebugAgendaEventListener, DefaultAgendaEventListener
- 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)
- 
 
- 
 
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.