当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
WorkingMemoryEventSupport (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.event
Class WorkingMemoryEventSupport
java.lang.Object
org.drools.event.WorkingMemoryEventSupport
- All Implemented Interfaces:
- Serializable
public class WorkingMemoryEventSupport
- 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 |
WorkingMemoryEventSupport
public WorkingMemoryEventSupport(WorkingMemory workingMemory)
addEventListener
public void addEventListener(WorkingMemoryEventListener listener)
removeEventListener
public void removeEventListener(WorkingMemoryEventListener listener)
getEventListeners
public List getEventListeners()
size
public int size()
isEmpty
public boolean isEmpty()
fireObjectAsserted
public void fireObjectAsserted(PropagationContext propagationContext,
FactHandle handle,
Object object)
fireObjectModified
public void fireObjectModified(PropagationContext propagationContext,
FactHandle handle,
Object oldObject,
Object object)
fireObjectRetracted
public void fireObjectRetracted(PropagationContext propagationContext,
FactHandle handle,
Object oldObject)
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.