org.universAAL.drools.engine
Class CustomAgendaEventListener

Package class diagram package CustomAgendaEventListener
java.lang.Object
  extended by org.universAAL.drools.engine.CustomAgendaEventListener
All Implemented Interfaces:
EventListener, org.drools.event.rule.AgendaEventListener

public class CustomAgendaEventListener
extends Object
implements org.drools.event.rule.AgendaEventListener


Constructor Summary
CustomAgendaEventListener()
           
 
Method Summary
 void activationCancelled(org.drools.event.rule.ActivationCancelledEvent event)
           
 void activationCreated(org.drools.event.rule.ActivationCreatedEvent event)
           
 void afterActivationFired(org.drools.event.rule.AfterActivationFiredEvent event)
           
 void agendaGroupPopped(org.drools.event.rule.AgendaGroupPoppedEvent event)
           
 void agendaGroupPushed(org.drools.event.rule.AgendaGroupPushedEvent event)
           
 void beforeActivationFired(org.drools.event.rule.BeforeActivationFiredEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomAgendaEventListener

public CustomAgendaEventListener()
Method Detail

activationCancelled

public void activationCancelled(org.drools.event.rule.ActivationCancelledEvent event)
Specified by:
activationCancelled in interface org.drools.event.rule.AgendaEventListener

activationCreated

public void activationCreated(org.drools.event.rule.ActivationCreatedEvent event)
Specified by:
activationCreated in interface org.drools.event.rule.AgendaEventListener

beforeActivationFired

public void beforeActivationFired(org.drools.event.rule.BeforeActivationFiredEvent event)
Specified by:
beforeActivationFired in interface org.drools.event.rule.AgendaEventListener

afterActivationFired

public void afterActivationFired(org.drools.event.rule.AfterActivationFiredEvent event)
Specified by:
afterActivationFired in interface org.drools.event.rule.AgendaEventListener

agendaGroupPopped

public void agendaGroupPopped(org.drools.event.rule.AgendaGroupPoppedEvent event)
Specified by:
agendaGroupPopped in interface org.drools.event.rule.AgendaEventListener

agendaGroupPushed

public void agendaGroupPushed(org.drools.event.rule.AgendaGroupPushedEvent event)
Specified by:
agendaGroupPushed in interface org.drools.event.rule.AgendaEventListener


Copyright © 2014 universAAL Consortium. All Rights Reserved.