TopBlend: Here is the first difference. There are 14 differences. is old. is new.


javax.tools
Interface DiagnosticListener<S> DiagnosticListener

Type Parameters: All Superinterfaces:
S - the type of source objects used by diagnostics received by this listener EventListener
All Known Implementing Classes:
DiagnosticCollector

public interface DiagnosticListener<S> DiagnosticListener 
extends EventListener

Interface for receiving diagnostics diagnostic messages from tools.

Since:
1.6

Method Summary
 void report report ( Diagnostic DiagnosticMessage <? extends S
          Invoked when a problem is found.
 

Method Detail

report


void report( DiagnosticDiagnosticMessage<? extends S> diagnostic)  message) 
Invoked when a problem is found.

Parameters:
diagnostic - a diagnostic representing the problem that was found
Throws:
NullPointerException - if the diagnostic argument is null and the implementation cannot handle null arguments