org.drools.core.event.rule.impl
Class ActivationCancelledEventImpl
java.lang.Object
org.drools.core.event.rule.impl.ActivationEventImpl
org.drools.core.event.rule.impl.ActivationCancelledEventImpl
- All Implemented Interfaces:
- Externalizable, Serializable, org.kie.api.event.KieRuntimeEvent, org.kie.api.event.rule.MatchCancelledEvent, org.kie.api.event.rule.MatchEvent
public class ActivationCancelledEventImpl
- extends ActivationEventImpl
- implements org.kie.api.event.rule.MatchCancelledEvent
- See Also:
- Serialized Form
|
Constructor Summary |
ActivationCancelledEventImpl(org.kie.api.runtime.rule.Match activation,
org.kie.internal.runtime.KnowledgeRuntime kruntime,
org.kie.api.event.rule.MatchCancelledCause cause)
|
| Methods inherited from interface org.kie.api.event.rule.MatchEvent |
getMatch |
| Methods inherited from interface org.kie.api.event.KieRuntimeEvent |
getKieRuntime |
ActivationCancelledEventImpl
public ActivationCancelledEventImpl(org.kie.api.runtime.rule.Match activation,
org.kie.internal.runtime.KnowledgeRuntime kruntime,
org.kie.api.event.rule.MatchCancelledCause cause)
getCause
public org.kie.api.event.rule.MatchCancelledCause getCause()
- Specified by:
getCause in interface org.kie.api.event.rule.MatchCancelledEvent
toString
public String toString()
- Overrides:
toString in class ActivationEventImpl
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.