org.drools.event.rule.impl
Class AfterActivationFiredEventImpl

java.lang.Object
  extended by org.drools.event.rule.impl.ActivationEventImpl
      extended by org.drools.event.rule.impl.AfterActivationFiredEventImpl
All Implemented Interfaces:
Externalizable, Serializable, org.drools.event.KnowledgeRuntimeEvent, org.drools.event.rule.ActivationEvent, org.drools.event.rule.AfterActivationFiredEvent

public class AfterActivationFiredEventImpl
extends ActivationEventImpl
implements org.drools.event.rule.AfterActivationFiredEvent

See Also:
Serialized Form

Constructor Summary
AfterActivationFiredEventImpl(org.drools.runtime.rule.Activation activation, org.drools.runtime.KnowledgeRuntime kruntime)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.drools.event.rule.impl.ActivationEventImpl
getActivation, getKnowledgeRuntime, readExternal, writeExternal
 
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.ActivationEvent
getActivation
 
Methods inherited from interface org.drools.event.KnowledgeRuntimeEvent
getKnowledgeRuntime
 

Constructor Detail

AfterActivationFiredEventImpl

public AfterActivationFiredEventImpl(org.drools.runtime.rule.Activation activation,
                                     org.drools.runtime.KnowledgeRuntime kruntime)
Method Detail

toString

public String toString()
Overrides:
toString in class ActivationEventImpl


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.