Package org.languagetool
Interface RuleMatchListener
-
public interface RuleMatchListener
- Since:
- 3.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
matchFound(RuleMatch ruleMatch)
Called for everyRuleMatch
found.
-