站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

DebugAgendaEventListener (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.event
Class DebugAgendaEventListener

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

public class DebugAgendaEventListener
extends Object
implements AgendaEventListener


Constructor Summary
DebugAgendaEventListener()
           
 
Method Summary
 void activationCancelled(ActivationCancelledEvent event, WorkingMemory workingMemory)
           
 void activationCreated(ActivationCreatedEvent event, WorkingMemory workingMemory)
           
 void afterActivationFired(AfterActivationFiredEvent event, WorkingMemory workingMemory)
           
 void agendaGroupPopped(AgendaGroupPoppedEvent event, WorkingMemory workingMemory)
           
 void agendaGroupPushed(AgendaGroupPushedEvent event, WorkingMemory workingMemory)
           
 void beforeActivationFired(BeforeActivationFiredEvent event, WorkingMemory workingMemory)
           
 
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

activationCreated

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

activationCancelled

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

beforeActivationFired

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

afterActivationFired

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

agendaGroupPopped

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

agendaGroupPushed

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


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.