Uses of Interface
sigmlanim.sigmlstream.interfaces.SiGMLUnitStreamHandler

Packages that use SiGMLUnitStreamHandler
sigmlanim.sigmlstream Provides classes and interfaces supporting the SAX-based processing of SiGML data as a "stream", that is, real-time event-driven processing of a SiGML document, allowing earlier signs in the document to be processed -- for example, to be animated -- before later signs in the document have been received. 
 

Uses of SiGMLUnitStreamHandler in sigmlanim.sigmlstream
 

Classes in sigmlanim.sigmlstream that implement SiGMLUnitStreamHandler
 class SiGMLUnitStreamToSignStream
          A SiGMLUnitStreamHandler that takes the input it receives from the SiGML unit stream to which it is attached, and converts it into a stream of gestural SiGML signs.
 

Constructors in sigmlanim.sigmlstream with parameters of type SiGMLUnitStreamHandler
SiGMLFilter(org.xml.sax.XMLReader parent, SiGMLUnitStreamHandler sshdlr)
          Constructs a new SiGML sign filter, with the given parent XML reader as its source and the given SiGML unit stream handler as target.