org.drools.event.rule.impl
Class ActivationCancelledEventImpl

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

public class ActivationCancelledEventImpl
extends ActivationEventImpl
implements org.drools.event.rule.ActivationCancelledEvent

See Also:
Serialized Form

Constructor Summary
ActivationCancelledEventImpl(org.drools.runtime.rule.Activation activation, org.drools.runtime.KnowledgeRuntime kruntime, org.drools.event.rule.ActivationCancelledCause cause)
           
 
Method Summary
 org.drools.event.rule.ActivationCancelledCause getCause()
           
 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

ActivationCancelledEventImpl

public ActivationCancelledEventImpl(org.drools.runtime.rule.Activation activation,
                                    org.drools.runtime.KnowledgeRuntime kruntime,
                                    org.drools.event.rule.ActivationCancelledCause cause)
Method Detail

getCause

public org.drools.event.rule.ActivationCancelledCause getCause()
Specified by:
getCause in interface org.drools.event.rule.ActivationCancelledEvent

toString

public String toString()
Overrides:
toString in class ActivationEventImpl


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