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:
Externalizable,Serializable,KieRuntimeEvent,MatchCancelledEvent,MatchEvent
public class ActivationCancelledEventImpl
extends ActivationEventImpl
implements MatchCancelledEvent
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDo not use this constructor.ActivationCancelledEventImpl(Match activation, KieRuntime kruntime, MatchCancelledCause cause) -
Method Summary
Methods inherited from class org.drools.core.event.rule.impl.ActivationEventImpl
getKieRuntime, getMatch, readExternal, writeExternalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntimeMethods inherited from interface org.kie.api.event.rule.MatchEvent
getMatch
-
Constructor Details
-
ActivationCancelledEventImpl
public ActivationCancelledEventImpl(Match activation, KieRuntime kruntime, MatchCancelledCause cause) -
ActivationCancelledEventImpl
public ActivationCancelledEventImpl()Do not use this constructor. It should be used just by deserialization.
-
-
Method Details
-
getCause
- Specified by:
getCausein interfaceMatchCancelledEvent
-
toString
- Overrides:
toStringin classActivationEventImpl
-