|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextReporterListener
Implemented by objects that wish to receive events published
by a JTextReporter
.
Method Summary | |
---|---|
void |
onReporterClosed(WindowEvent ev)
Called by the reporter when it is being closed |
void |
onReporterUpdated(int newTextStartLine)
Called by the text reporter when text has been appended |
Method Detail |
---|
void onReporterClosed(WindowEvent ev)
ev
- the window event issued by the systemvoid onReporterUpdated(int newTextStartLine)
newTextStartLine
- the line number at which the newly
appended text begins
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |