Class RuleEventListenerSupport

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable

    public class RuleEventListenerSupport
    extends AbstractEventSupport<org.kie.internal.event.rule.RuleEventListener>
    See Also:
    Serialized Form
    • Constructor Detail

      • RuleEventListenerSupport

        public RuleEventListenerSupport()
    • Method Detail

      • onBeforeMatchFire

        public void onBeforeMatchFire​(org.kie.api.runtime.rule.Match match)
      • onAfterMatchFire

        public void onAfterMatchFire​(org.kie.api.runtime.rule.Match match)
      • onDeleteMatch

        public void onDeleteMatch​(org.kie.api.runtime.rule.Match match)
      • onUpdateMatch

        public void onUpdateMatch​(org.kie.api.runtime.rule.Match match)