org.drools.event
Interface AgendaEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DebugAgendaEventListener, DefaultAgendaEventListener, WorkingMemoryLogger

public interface AgendaEventListener
extends java.util.EventListener

 

Method Summary
 void activationCancelled(ActivationCancelledEvent event)
           
 void activationCreated(ActivationCreatedEvent event)
           
 void afterActivationFired(AfterActivationFiredEvent event)
           
 void beforeActivationFired(BeforeActivationFiredEvent event)
           
 

Method Detail

activationCreated

public void activationCreated(ActivationCreatedEvent event)

activationCancelled

public void activationCancelled(ActivationCancelledEvent event)

beforeActivationFired

public void beforeActivationFired(BeforeActivationFiredEvent event)

afterActivationFired

public void afterActivationFired(AfterActivationFiredEvent event)