sigmlanim
Interface StreamOfStreamsHandler

All Known Implementing Classes:
StreamOfStreamsAdapter

public interface StreamOfStreamsHandler

Interface for the processing of a stream of input streams.


Method Summary
 void acceptStream(java.io.InputStream ins)
          Accepts the latest input stream in the stream of streams.
 void streamOfStreamsStarted()
          Starts processing the stream of input streams.
 void streamOfStreamsStopped()
          Terminates processing the stream of input streams.
 

Method Detail

streamOfStreamsStarted

void streamOfStreamsStarted()
Starts processing the stream of input streams.


acceptStream

void acceptStream(java.io.InputStream ins)
Accepts the latest input stream in the stream of streams.


streamOfStreamsStopped

void streamOfStreamsStopped()
Terminates processing the stream of input streams.