Class 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.MatchCancelledCause getCause()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.kie.api.event.KieRuntimeEvent

        getKieRuntime
      • Methods inherited from interface org.kie.api.event.rule.MatchEvent

        getMatch
    • 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