S - the type of the source objectpublic interface DiagnosticListener<S>
| Modifier and Type | Method and Description |
|---|---|
void |
report(Diagnostic<? extends S> diagnostic)
Receive diagnostic information from tools.
|
void report(Diagnostic<? extends S> diagnostic)
diagnostic - the diagnostic informationNullPointerException - if diagnostic is
null and the implemenatation can't handle this