Interface RuleEventListener

    • Method Detail

      • onBeforeMatchFire

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

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

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

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