public interface StringStreamHandler
Modifier and Type | Method and Description |
---|---|
void |
acceptString(java.lang.String s)
Accepts the given string as the next in the stream.
|
void |
stringStreamStarted()
Starts processing the stream of strings.
|
void |
stringStreamStopped()
Terminates processing the stream of strings.
|