Package processing.mode.java.preproc
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 TypeMethodDescriptionvoidonIssue(PdePreprocessIssue issue) Callback to invoke when an issue is encountered in preprocesing.
-
Method Details
-
onIssue
Callback to invoke when an issue is encountered in preprocesing.- Parameters:
issue- Description of the issue.
-