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.

@FunctionalInterface public interface OrthographyCheckHandler
Interface for OrthographhyCheck handlers which will be executed when an issue is encountered.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reportIssue(Orthography orthography, String message, int orthoIdx)
     
  • Method Details

    • reportIssue

      void reportIssue(Orthography orthography, String message, int orthoIdx)