public static interface Diagnostic.ReporterControl
| Modifier and Type | Method and Description |
|---|---|
void |
diagnosticChanged(Collection<FileObject> files,
String mimeType)
Notifies that the diagnostics for
file may have changed. |
void diagnosticChanged(Collection<FileObject> files, String mimeType)
file may have changed. The
implementation should coordinate collection of Diagnostic information
for the affected files.files - files whose diagnostics may have changed.mimeType - optional; mimetype selector for changed files.