javax.tools

Interface DiagnosticListener<S>

public interface DiagnosticListener<S>

Receices diagnostic notifications from tools.

Parameters: the type of the source object

Since: 1.6

Method Summary
voidreport(Diagnostic<? extends S> diagnostic)
Receive diagnostic information from tools.

Method Detail

report

public void report(Diagnostic<? extends S> diagnostic)
Receive diagnostic information from tools.

Parameters: diagnostic the diagnostic information

Throws: NullPointerException if diagnostic is null and the implemenatation can't handle this