Drools :: Core 6.1.0.Beta1

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

java.lang.Object
  extended by org.drools.core.event.rule.impl.RuleRuntimeEventImpl
      extended by org.drools.core.event.rule.impl.ObjectInsertedEventImpl
All Implemented Interfaces:
Externalizable, Serializable, org.kie.api.event.KieRuntimeEvent, org.kie.api.event.rule.ObjectInsertedEvent, org.kie.api.event.rule.RuleRuntimeEvent

public class ObjectInsertedEventImpl
extends RuleRuntimeEventImpl
implements org.kie.api.event.rule.ObjectInsertedEvent

See Also:
Serialized Form

Constructor Summary
ObjectInsertedEventImpl(ObjectInsertedEvent event)
           
 
Method Summary
 FactHandle getFactHandle()
           
 Object getObject()
           
 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

ObjectInsertedEventImpl

public ObjectInsertedEventImpl(ObjectInsertedEvent 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.ObjectInsertedEvent

getObject

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

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.