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,KieRuntimeEvent,ObjectUpdatedEvent,RuleRuntimeEvent
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDo not use this constructor.ObjectUpdatedEventImpl(KieRuntime kruntime, PropagationContext propagationContext, FactHandle handle, Object oldObject, Object object) -
Method Summary
Methods inherited from class org.drools.core.event.rule.impl.RuleRuntimeEventImpl
getKieRuntime, getPropagationContext, getRuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntimeMethods inherited from interface org.kie.api.event.rule.ObjectUpdatedEvent
getRule
-
Constructor Details
-
ObjectUpdatedEventImpl
public ObjectUpdatedEventImpl(KieRuntime kruntime, PropagationContext propagationContext, FactHandle handle, Object oldObject, Object object) -
ObjectUpdatedEventImpl
public ObjectUpdatedEventImpl()Do not use this constructor. It should be used just by deserialization.
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classRuleRuntimeEventImpl- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classRuleRuntimeEventImpl- Throws:
IOExceptionClassNotFoundException
-
getFactHandle
- Specified by:
getFactHandlein interfaceObjectUpdatedEvent
-
getObject
- Specified by:
getObjectin interfaceObjectUpdatedEvent
-
getOldObject
- Specified by:
getOldObjectin interfaceObjectUpdatedEvent
-
toString
- Overrides:
toStringin classRuleRuntimeEventImpl
-