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

DebugAgendaEventListener - JBoss RULES 3.0.6 API 英文版文档


org.drools.event
Class DebugAgendaEventListener

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

public class DebugAgendaEventListener
extends java.lang.Object
implements AgendaEventListener


Constructor Summary
DebugAgendaEventListener()
           
 
Method Summary
 void activationCancelled(ActivationCancelledEvent event)
           
 void activationCreated(ActivationCreatedEvent event)
           
 void afterActivationFired(AfterActivationFiredEvent 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

activationCreated

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

activationCancelled

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

beforeActivationFired

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

afterActivationFired

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