Package sigmlanim.sigmlstream.interfaces

The collection of interfaces for "streamed" SiGML processing, implemented mainly in the parent package, sigmlanim.sigmlstream.

See:
          Description

Interface Summary
SiGMLAnimationBuildHandler Handler interface defining significant events during the construction of an animation sequence for a SiGML sign sequence.
SiGMLAnimationLoadEventHandler Handler interface defining the main stages in the loading/generation of an animation for a SiGML sequence.
SiGMLUnitStreamHandler A SiGMLUnitStreamHandler is an XMLUnitStreamHandler augmented with the capacity to accept notification of a base URI associated with any XML unit in the incoming stream.
StreamedSiGMLReceiver Interface to be implemented by an object able to receive the signs in a SiGML document as an event stream.
StreamedSiGMLSupplierForAnimationGen Interface implemented by an object able to supply the content of a SiGML document to an animation module as a stream of AnimatedSigns, with animation data not yet attached at the time they are supplied.
 

Package sigmlanim.sigmlstream.interfaces Description

The collection of interfaces for "streamed" SiGML processing, implemented mainly in the parent package, sigmlanim.sigmlstream.

"Streamed" processing means real-time event-driven processing that allows the earlier signs in a SiGML document to be processed before the later ones have been received.