| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
S - the type of source objects used by diagnostics received
 by this listenerpublic interface DiagnosticListener<S>
Interface for receiving diagnostics from tools.
| Method Summary | |
|---|---|
|  void | report(Diagnostic<? extends S> diagnostic)Invoked when a problem is found. | 
| Method Detail | 
|---|
void report(Diagnostic<? extends S> diagnostic)
diagnostic - a diagnostic representing the problem that
 was found
NullPointerException - if the diagnostic argument is
 null and the implementation cannot handle null
 arguments| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.