Class RuleEventListenerSupport

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