public class ObjectUpdatedEventImpl extends RuleRuntimeEventImpl implements org.kie.api.event.rule.ObjectUpdatedEvent
| Constructor and Description |
|---|
ObjectUpdatedEventImpl()
Do not use this constructor.
|
ObjectUpdatedEventImpl(WorkingMemory workingMemory,
PropagationContext propagationContext,
org.kie.api.runtime.rule.FactHandle handle,
Object oldObject,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.runtime.rule.FactHandle |
getFactHandle() |
Object |
getObject() |
Object |
getOldObject() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
getKieRuntime, getPropagationContext, getRulepublic ObjectUpdatedEventImpl(WorkingMemory workingMemory, PropagationContext propagationContext, org.kie.api.runtime.rule.FactHandle handle, Object oldObject, Object object)
public ObjectUpdatedEventImpl()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class RuleRuntimeEventImplIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class RuleRuntimeEventImplIOExceptionClassNotFoundExceptionpublic org.kie.api.runtime.rule.FactHandle getFactHandle()
getFactHandle in interface org.kie.api.event.rule.ObjectUpdatedEventpublic Object getObject()
getObject in interface org.kie.api.event.rule.ObjectUpdatedEventpublic Object getOldObject()
getOldObject in interface org.kie.api.event.rule.ObjectUpdatedEventpublic String toString()
toString in class RuleRuntimeEventImplCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.