Interface RuleEventListener

All Superinterfaces:
EventListener

public interface RuleEventListener extends EventListener
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    onAfterMatchFire(org.kie.api.runtime.rule.Match match)
     
    default void
    onBeforeMatchFire(org.kie.api.runtime.rule.Match match)
     
    default void
    onDeleteMatch(org.kie.api.runtime.rule.Match match)
     
    default void
    onUpdateMatch(org.kie.api.runtime.rule.Match match)
     
  • Method Details

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