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