Interface ProblemReporter


public interface ProblemReporter
  • Method Details

    • reportProblem

      void reportProblem(Problem problem)
    • reportProblems

      void reportProblems(Collection<Problem> problems)