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

AgendaEventListener - JBoss RULES 3.0.6 API 英文版文档


org.drools.event
Interface AgendaEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DebugAgendaEventListener, DefaultAgendaEventListener, WorkingMemoryFileLogger, WorkingMemoryLogger

public interface AgendaEventListener
extends java.util.EventListener


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