Uses of Interface
app.spa.SPAEventStreamSource

Packages that use SPAEventStreamSource
app.spa This package defines classes supporting the SiGMLPlayerApplet class. 
 

Uses of SPAEventStreamSource in app.spa
 

Classes in app.spa that implement SPAEventStreamSource
 class SimplerSPAEventStreamChannel
          A simpler version of SPAEventStreamChannel, implementing the exactly the same behavioural spec, but doing so using synchronization Tokens directly rather than indirectly wrapped up in SynchBufMultiProds and SynchBufSingleProds.
 class SPAEventStreamChannel
          Synchronous SPA event stream channel, acting both as a SPAEventTarget and as a SPAEventStreamSource.
 

Constructors in app.spa with parameters of type SPAEventStreamSource
SPAEventDispatcher(jautil.JAOptions opts, netscape.javascript.JSObject htmlwin, Logger lggr, SPAEventStreamSource evtsrc, player.JACanvasEmbedder embedder, player.AvatarEventHandler aeh, player.JALoadingPlayerEventHandler lpeh, java.lang.Runnable haltevtgen, OneShotTimeoutBarrier sdbarrier)
          Constructs a new SiGML Player Applet event stream processor.