Interface RuleEventListener

  • All Superinterfaces:
    java.util.EventListener

    public interface RuleEventListener
    extends java.util.EventListener
    • 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)