|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStreamListener
Listener that is being notified every time a line is processed from a given stream.
StreamGobbler
Method Summary | |
---|---|
void |
lineStreamed(String type,
String line)
Invoked when a line is streamed. |
Method Detail |
---|
void lineStreamed(String type, String line)
type
- type of line, as defined by the class using the listenerline
- line processed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |