org.drools.event.rule
Interface AgendaEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DebugAgendaEventListener, DefaultAgendaEventListener

public interface AgendaEventListener
extends EventListener


Method Summary
 void activationCancelled(ActivationCancelledEvent event)
           
 void activationCreated(ActivationCreatedEvent event)
           
 void afterActivationFired(AfterActivationFiredEvent event)
           
 void agendaGroupPopped(AgendaGroupPoppedEvent event)
           
 void agendaGroupPushed(AgendaGroupPushedEvent event)
           
 void beforeActivationFired(BeforeActivationFiredEvent event)
           
 

Method Detail

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-2011 JBoss by Red Hat. All Rights Reserved.