org.drools.event.rule.impl
Class ObjectUpdatedEventImpl

java.lang.Object
  extended by org.drools.event.rule.impl.WorkingMemoryEventImpl
      extended by org.drools.event.rule.impl.ObjectUpdatedEventImpl
All Implemented Interfaces:
Externalizable, Serializable, org.drools.event.KnowledgeRuntimeEvent, org.drools.event.rule.ObjectUpdatedEvent, org.drools.event.rule.WorkingMemoryEvent

public class ObjectUpdatedEventImpl
extends WorkingMemoryEventImpl
implements org.drools.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.event.rule.impl.WorkingMemoryEventImpl
getKnowledgeRuntime, getPropagationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.drools.event.rule.WorkingMemoryEvent
getPropagationContext
 
Methods inherited from interface org.drools.event.KnowledgeRuntimeEvent
getKnowledgeRuntime
 

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 WorkingMemoryEventImpl
Throws:
IOException

readExternal

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

getFactHandle

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

getObject

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

getOldObject

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

toString

public String toString()
Overrides:
toString in class WorkingMemoryEventImpl


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