public class ObjectUpdatedEventImpl extends RuleRuntimeEventImpl implements org.kie.api.event.rule.ObjectUpdatedEvent
Constructor and Description |
---|
ObjectUpdatedEventImpl(ObjectUpdatedEvent event) |
Modifier and Type | Method and Description |
---|---|
FactHandle |
getFactHandle() |
Object |
getObject() |
Object |
getOldObject() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
getKieRuntime, getPropagationContext
public ObjectUpdatedEventImpl(ObjectUpdatedEvent event)
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 FactHandle getFactHandle()
getFactHandle
in interface org.kie.api.event.rule.ObjectUpdatedEvent
public Object getObject()
getObject
in interface org.kie.api.event.rule.ObjectUpdatedEvent
public Object getOldObject()
getOldObject
in interface org.kie.api.event.rule.ObjectUpdatedEvent
public String toString()
toString
in class RuleRuntimeEventImpl
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.