Drools :: Core 6.1.0.Beta1

org.drools.core.event.rule.impl
Class ObjectUpdatedEventImpl

java.lang.Object
  extended by org.drools.core.event.rule.impl.RuleRuntimeEventImpl
      extended by 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
ObjectUpdatedEventImpl(ObjectUpdatedEvent event)
           
 
Method Summary
 FactHandle getFactHandle()
           
 Object getObject()
           
 Object getOldObject()
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.drools.core.event.rule.impl.RuleRuntimeEventImpl
getKieRuntime, getPropagationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntime
 

Constructor Detail

ObjectUpdatedEventImpl

public ObjectUpdatedEventImpl(ObjectUpdatedEvent event)
Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class RuleRuntimeEventImpl
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class RuleRuntimeEventImpl
Throws:
IOException
ClassNotFoundException

getFactHandle

public FactHandle getFactHandle()
Specified by:
getFactHandle in interface org.kie.api.event.rule.ObjectUpdatedEvent

getObject

public Object getObject()
Specified by:
getObject in interface org.kie.api.event.rule.ObjectUpdatedEvent

getOldObject

public Object getOldObject()
Specified by:
getOldObject in interface org.kie.api.event.rule.ObjectUpdatedEvent

toString

public String toString()
Overrides:
toString in class RuleRuntimeEventImpl

Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.