sigmlinlib
Interface StringStreamHandler

All Known Implementing Classes:
SiGMLInLib

public interface StringStreamHandler

Interface for the processing of a stream of strings.


Method Summary
 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.
 

Method Detail

stringStreamStarted

void stringStreamStarted()
Starts processing the stream of strings.


acceptString

void acceptString(java.lang.String s)
Accepts the given string as the next in the stream.


stringStreamStopped

void stringStreamStopped()
Terminates processing the stream of strings.