Interface RuleMatchListener


public interface RuleMatchListener
Since:
3.7
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    matchFound(RuleMatch ruleMatch)
    Called for every RuleMatch found.
  • Method Details

    • matchFound

      void matchFound(RuleMatch ruleMatch)
      Called for every RuleMatch found. Useful to show (some) results even when checking stops with a timeout.