Class 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 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:
        getCause in interface org.kie.api.event.rule.MatchCancelledEvent