当前页面:
在线文档首页 >
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
activationCreated
void activationCreated(ActivationCreatedEvent event)
activationCancelled
void activationCancelled(ActivationCancelledEvent event)
beforeActivationFired
void beforeActivationFired(BeforeActivationFiredEvent event)
afterActivationFired
void afterActivationFired(AfterActivationFiredEvent event)