当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
AgendaEventListener (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.event
Interface AgendaEventListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- DebugAgendaEventListener, DefaultAgendaEventListener, WorkingMemoryFileLogger, WorkingMemoryLogger
public interface AgendaEventListener
- extends EventListener
activationCreated
void activationCreated(ActivationCreatedEvent event,
WorkingMemory workingMemory)
activationCancelled
void activationCancelled(ActivationCancelledEvent event,
WorkingMemory workingMemory)
beforeActivationFired
void beforeActivationFired(BeforeActivationFiredEvent event,
WorkingMemory workingMemory)
afterActivationFired
void afterActivationFired(AfterActivationFiredEvent event,
WorkingMemory workingMemory)
agendaGroupPopped
void agendaGroupPopped(AgendaGroupPoppedEvent event,
WorkingMemory workingMemory)
agendaGroupPushed
void agendaGroupPushed(AgendaGroupPushedEvent event,
WorkingMemory workingMemory)
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.