org.drools.event
Interface AgendaEventListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- DebugAgendaEventListener, DefaultAgendaEventListener, WorkingMemoryLogger
- public interface AgendaEventListener
- extends java.util.EventListener
-
activationCreated
public void activationCreated(ActivationCreatedEvent event)
activationCancelled
public void activationCancelled(ActivationCancelledEvent event)
beforeActivationFired
public void beforeActivationFired(BeforeActivationFiredEvent event)
afterActivationFired
public void afterActivationFired(AfterActivationFiredEvent event)