| 
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 © 1993, 2010, Oracle and/or its affiliates. All rights reserved.