|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventHandler
Defines events associated to analyzis.
| Method Summary | |
|---|---|
void |
changed(java.lang.String filename)
Specify the file being processed. |
void |
display(java.lang.String filename,
int line,
int column)
Display a diagnostic. |
void |
error(java.lang.String filename,
java.lang.Throwable throwable,
java.lang.String reason)
Notify an error. |
void |
finished(int parsed,
int total)
Notify an end event. |
void |
started()
Notify a start event. |
| Method Detail |
|---|
void started()
void finished(int parsed,
int total)
parsed - number of files parsedtotal - total number of files
void error(java.lang.String filename,
java.lang.Throwable throwable,
java.lang.String reason)
filename - the location of the errorthrowable - the errorreason - the description of the error
void display(java.lang.String filename,
int line,
int column)
filename - the file nameline - the line numbercolumn - the column offsetvoid changed(java.lang.String filename)
filename - the name of the fle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||