|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
S
- the type of the source objectpublic interface DiagnosticListener<S>
Receices diagnostic notifications from tools.
Method Summary | |
---|---|
void |
report(Diagnostic<? extends S> diagnostic)
Receive diagnostic information from tools. |
Method Detail |
---|
void report(Diagnostic<? extends S> diagnostic)
diagnostic
- the diagnostic information
NullPointerException
- if diagnostic
is
null
and the implemenatation can't handle this
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |