Package 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:
java.io.Externalizable,java.io.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
Constructors Constructor Description ActivationCancelledEventImpl()Do not use this constructor.ActivationCancelledEventImpl(org.kie.api.runtime.rule.Match activation, org.kie.api.runtime.KieRuntime kruntime, org.kie.api.event.rule.MatchCancelledCause cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.event.rule.MatchCancelledCausegetCause()java.lang.StringtoString()-
Methods inherited from class org.drools.core.event.rule.impl.ActivationEventImpl
getKieRuntime, getMatch, readExternal, writeExternal
-
-
-
-
Constructor Detail
-
ActivationCancelledEventImpl
public ActivationCancelledEventImpl(org.kie.api.runtime.rule.Match activation, org.kie.api.runtime.KieRuntime kruntime, org.kie.api.event.rule.MatchCancelledCause cause)
-
ActivationCancelledEventImpl
public ActivationCancelledEventImpl()
Do not use this constructor. It should be used just by deserialization.
-
-
Method Detail
-
getCause
public org.kie.api.event.rule.MatchCancelledCause getCause()
- Specified by:
getCausein interfaceorg.kie.api.event.rule.MatchCancelledEvent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classActivationEventImpl
-
-