javax.tools
Interface DiagnosticListener<S>

Type Parameters:
S - the type of the source object

public interface DiagnosticListener<S>

Receices diagnostic notifications from tools.

Since:
1.6

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

Method Detail

report

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