org.drools.event.rule.impl
Class ObjectRetractedEventImpl

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

public class ObjectRetractedEventImpl
extends WorkingMemoryEventImpl
implements org.drools.event.rule.ObjectRetractedEvent

See Also:
Serialized Form

Constructor Summary
ObjectRetractedEventImpl(ObjectRetractedEvent event)
           
 
Method Summary
 FactHandle getFactHandle()
           
 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

ObjectRetractedEventImpl

public ObjectRetractedEventImpl(ObjectRetractedEvent 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.ObjectRetractedEvent

getOldObject

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

toString

public String toString()
Overrides:
toString in class WorkingMemoryEventImpl


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