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