Interface OrthographyCheckHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for OrthographhyCheck handlers which will be
executed when an issue is encountered.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
reportIssue
(Orthography orthography, String message, int orthoIdx)
-
Method Details
-
reportIssue
-