public class ObjectInsertedEventImpl extends RuleRuntimeEventImpl implements org.kie.api.event.rule.ObjectInsertedEvent
Constructor and Description |
---|
ObjectInsertedEventImpl()
Do not use this constructor.
|
ObjectInsertedEventImpl(WorkingMemory workingMemory,
PropagationContext propagationContext,
org.kie.api.runtime.rule.FactHandle handle,
Object object) |
Modifier and Type | Method and Description |
---|---|
org.kie.api.runtime.rule.FactHandle |
getFactHandle() |
Object |
getObject() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
getKieRuntime, getPropagationContext, getRule
public ObjectInsertedEventImpl(WorkingMemory workingMemory, PropagationContext propagationContext, org.kie.api.runtime.rule.FactHandle handle, Object object)
public ObjectInsertedEventImpl()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class RuleRuntimeEventImpl
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class RuleRuntimeEventImpl
IOException
ClassNotFoundException
public org.kie.api.runtime.rule.FactHandle getFactHandle()
getFactHandle
in interface org.kie.api.event.rule.ObjectInsertedEvent
public Object getObject()
getObject
in interface org.kie.api.event.rule.ObjectInsertedEvent
public String toString()
toString
in class RuleRuntimeEventImpl
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.