当前页面:
在线文档首页 >
JBoss RULES 3.0.6 API 英文版文档
AgendaEventSupport - JBoss RULES 3.0.6 API 英文版文档
org.drools.event
Class AgendaEventSupport
java.lang.Object
org.drools.event.AgendaEventSupport
- All Implemented Interfaces:
- java.io.Serializable
public class AgendaEventSupport
- extends java.lang.Object
- implements java.io.Serializable
- 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 java.util.List getEventListeners()
size
public int size()
isEmpty
public boolean isEmpty()
fireActivationCreated
public void fireActivationCreated(Activation activation)
fireActivationCancelled
public void fireActivationCancelled(Activation activation)
fireBeforeActivationFired
public void fireBeforeActivationFired(Activation activation)
fireAfterActivationFired
public void fireAfterActivationFired(Activation activation)