当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
AgendaEventSupport (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.event
Class AgendaEventSupport
java.lang.Object
org.drools.event.AgendaEventSupport
- All Implemented Interfaces:
- Serializable
public class AgendaEventSupport
- extends Object
- implements Serializable
- Author:
- Simon Harris
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgendaEventSupport
public AgendaEventSupport(WorkingMemory workingMemory)
addEventListener
public void addEventListener(AgendaEventListener listener)
removeEventListener
public void removeEventListener(AgendaEventListener listener)
getEventListeners
public List getEventListeners()
size
public int size()
isEmpty
public boolean isEmpty()
fireActivationCreated
public void fireActivationCreated(Activation activation,
WorkingMemory workingMemory)
fireActivationCancelled
public void fireActivationCancelled(Activation activation,
WorkingMemory workingMemory)
fireBeforeActivationFired
public void fireBeforeActivationFired(Activation activation,
WorkingMemory workingMemory)
fireAfterActivationFired
public void fireAfterActivationFired(Activation activation)
fireAgendaGroupPopped
public void fireAgendaGroupPopped(AgendaGroup agendaGroup)
fireAgendaGroupPushed
public void fireAgendaGroupPushed(AgendaGroup agendaGroup)
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.