Package org.drools.core.event.rule.impl
Class ObjectDeletedEventImpl
java.lang.Object
org.drools.core.event.rule.impl.RuleRuntimeEventImpl
org.drools.core.event.rule.impl.ObjectDeletedEventImpl
- All Implemented Interfaces:
Externalizable,Serializable,KieRuntimeEvent,ObjectDeletedEvent,RuleRuntimeEvent
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDo not use this constructor.ObjectDeletedEventImpl(KieRuntime kruntime, PropagationContext propagationContext, FactHandle handle, 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.ObjectDeletedEvent
getRule
-
Constructor Details
-
ObjectDeletedEventImpl
public ObjectDeletedEventImpl(KieRuntime kruntime, PropagationContext propagationContext, FactHandle handle, Object object) -
ObjectDeletedEventImpl
public ObjectDeletedEventImpl()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 interfaceObjectDeletedEvent
-
getOldObject
- Specified by:
getOldObjectin interfaceObjectDeletedEvent
-
toString
- Overrides:
toStringin classRuleRuntimeEventImpl
-