Interface RuleEventListener

All Superinterfaces:
EventListener

public interface RuleEventListener extends EventListener
  • Method Details

    • onBeforeMatchFire

      default void onBeforeMatchFire(Match match)
    • onAfterMatchFire

      default void onAfterMatchFire(Match match)
    • onDeleteMatch

      default void onDeleteMatch(Match match)
    • onUpdateMatch

      default void onUpdateMatch(Match match)