Interface PdeIssueEmitter.PdePreprocessIssueListener

Enclosing class:
PdeIssueEmitter

public static interface PdeIssueEmitter.PdePreprocessIssueListener
Interface for listener that responds to issues reported by the preprocessor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback to invoke when an issue is encountered in preprocesing.
  • Method Details

    • onIssue

      void onIssue(PdePreprocessIssue issue)
      Callback to invoke when an issue is encountered in preprocesing.
      Parameters:
      issue - Description of the issue.