org.drools.event.rule
Class DebugAgendaEventListener

java.lang.Object
  extended by org.drools.event.rule.DebugAgendaEventListener
All Implemented Interfaces:
EventListener, AgendaEventListener

public class DebugAgendaEventListener
extends Object
implements AgendaEventListener


Constructor Summary
DebugAgendaEventListener()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugAgendaEventListener

public DebugAgendaEventListener()
Method Detail

activationCancelled

public void activationCancelled(ActivationCancelledEvent event)
Specified by:
activationCancelled in interface AgendaEventListener

activationCreated

public void activationCreated(ActivationCreatedEvent event)
Specified by:
activationCreated in interface AgendaEventListener

afterActivationFired

public void afterActivationFired(AfterActivationFiredEvent event)
Specified by:
afterActivationFired in interface AgendaEventListener

agendaGroupPopped

public void agendaGroupPopped(AgendaGroupPoppedEvent event)
Specified by:
agendaGroupPopped in interface AgendaEventListener

agendaGroupPushed

public void agendaGroupPushed(AgendaGroupPushedEvent event)
Specified by:
agendaGroupPushed in interface AgendaEventListener

beforeActivationFired

public void beforeActivationFired(BeforeActivationFiredEvent event)
Specified by:
beforeActivationFired in interface AgendaEventListener


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.