Package org.languagetool
Interface RuleMatchListener
public interface RuleMatchListener
- Since:
- 3.7
-
Method Summary
Modifier and TypeMethodDescriptionvoid
matchFound
(RuleMatch ruleMatch) Called for everyRuleMatch
found.
-
Method Details
-
matchFound
Called for everyRuleMatch
found. Useful to show (some) results even when checking stops with a timeout.
-