org.drools.event.rule.impl
Class ActivationCancelledEventImpl
java.lang.Object
org.drools.event.rule.impl.ActivationEventImpl
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)
|
Methods inherited from interface org.drools.event.rule.ActivationEvent |
getActivation |
Methods inherited from interface org.drools.event.KnowledgeRuntimeEvent |
getKnowledgeRuntime |
ActivationCancelledEventImpl
public ActivationCancelledEventImpl(org.drools.runtime.rule.Activation activation,
org.drools.runtime.KnowledgeRuntime kruntime,
org.drools.event.rule.ActivationCancelledCause cause)
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-2012 JBoss by Red Hat. All Rights Reserved.