Uses of Interface
sigmlanim.StreamOfStreamsHandler

Packages that use StreamOfStreamsHandler
sigmlanim Provides classes supporting the conversion of SiGML to CAS data streams, using a JNI interface to the animgen library. 
 

Uses of StreamOfStreamsHandler in sigmlanim
 

Classes in sigmlanim that implement StreamOfStreamsHandler
 class StreamOfStreamsAdapter
          Adapter class for StreamOfStreamsHandler interface.
 

Constructors in sigmlanim with parameters of type StreamOfStreamsHandler
InputConnectionsService(boolean rprt, java.lang.String tag, int inport, int stopport, StreamOfStreamsHandler soshdlr)
          Starts a new SiGML input service, with the given reporting flag, using the given input and termination TCP/IP port numbers, and communicating input and other service life-cycle events to the given handler.