org.drools.event.rule.impl
Class ActivationCreatedEventImpl

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

public class ActivationCreatedEventImpl
extends ActivationEventImpl
implements org.drools.event.rule.ActivationCreatedEvent

See Also:
Serialized Form

Constructor Summary
ActivationCreatedEventImpl(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

ActivationCreatedEventImpl

public ActivationCreatedEventImpl(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.