public interface StreamConsumer
Modifier and Type | Method and Description |
---|---|
void |
consumeLine(String line)
Called when the StreamPumper pumps a line from the Stream.
|
void consumeLine(String line)
line
- The line to be consumed.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.