Package org.drools.core.event.rule.impl
Class ObjectUpdatedEventImpl
- java.lang.Object
-
- org.drools.core.event.rule.impl.RuleRuntimeEventImpl
-
- org.drools.core.event.rule.impl.ObjectUpdatedEventImpl
-
- All Implemented Interfaces:
Externalizable,Serializable,org.kie.api.event.KieRuntimeEvent,org.kie.api.event.rule.ObjectUpdatedEvent,org.kie.api.event.rule.RuleRuntimeEvent
public class ObjectUpdatedEventImpl extends RuleRuntimeEventImpl implements org.kie.api.event.rule.ObjectUpdatedEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectUpdatedEventImpl()Do not use this constructor.ObjectUpdatedEventImpl(WorkingMemory workingMemory, PropagationContext propagationContext, org.kie.api.runtime.rule.FactHandle handle, Object oldObject, Object object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.runtime.rule.FactHandlegetFactHandle()ObjectgetObject()ObjectgetOldObject()voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)-
Methods inherited from class org.drools.core.event.rule.impl.RuleRuntimeEventImpl
getKieRuntime, getPropagationContext, getRule
-
-
-
-
Constructor Detail
-
ObjectUpdatedEventImpl
public ObjectUpdatedEventImpl(WorkingMemory workingMemory, PropagationContext propagationContext, org.kie.api.runtime.rule.FactHandle handle, Object oldObject, Object object)
-
ObjectUpdatedEventImpl
public ObjectUpdatedEventImpl()
Do not use this constructor. It should be used just by deserialization.
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classRuleRuntimeEventImpl- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classRuleRuntimeEventImpl- Throws:
IOExceptionClassNotFoundException
-
getFactHandle
public org.kie.api.runtime.rule.FactHandle getFactHandle()
- Specified by:
getFactHandlein interfaceorg.kie.api.event.rule.ObjectUpdatedEvent
-
getObject
public Object getObject()
- Specified by:
getObjectin interfaceorg.kie.api.event.rule.ObjectUpdatedEvent
-
getOldObject
public Object getOldObject()
- Specified by:
getOldObjectin interfaceorg.kie.api.event.rule.ObjectUpdatedEvent
-
toString
public String toString()
- Overrides:
toStringin classRuleRuntimeEventImpl
-
-