Drools :: Core 6.0.0.Beta5

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

java.lang.Object
  extended by org.drools.core.event.rule.impl.WorkingMemoryEventImpl
      extended by org.drools.core.event.rule.impl.ObjectDeletedEventImpl
All Implemented Interfaces:
Externalizable, Serializable, org.kie.api.event.KieRuntimeEvent, org.kie.api.event.rule.ObjectDeletedEvent, org.kie.api.event.rule.WorkingMemoryEvent

public class ObjectDeletedEventImpl
extends WorkingMemoryEventImpl
implements org.kie.api.event.rule.ObjectDeletedEvent

See Also:
Serialized Form

Constructor Summary
ObjectDeletedEventImpl(ObjectRetractedEvent event)
           
 
Method Summary
 FactHandle getFactHandle()
           
 Object getOldObject()
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.drools.core.event.rule.impl.WorkingMemoryEventImpl
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.rule.WorkingMemoryEvent
getPropagationContext
 
Methods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntime
 

Constructor Detail

ObjectDeletedEventImpl

public ObjectDeletedEventImpl(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.kie.api.event.rule.ObjectDeletedEvent

getOldObject

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

toString

public String toString()
Overrides:
toString in class WorkingMemoryEventImpl

Drools :: Core 6.0.0.Beta5

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