Package | Description |
---|---|
app.spa |
This package defines classes supporting the
SiGMLPlayerApplet
class. |
Modifier and Type | Class and Description |
---|---|
class |
SimplerSPAEventStreamChannel
A simpler version of
SPAEventStreamChannel , implementing
exactly the same behavioural spec, but doing so using
synchronization Token s directly rather than indirectly
wrapped up in SynchBufMultiProd s and
SynchBufSingleProd s. |
class |
SPAEventStreamChannel
Synchronous SPA event stream channel, acting both as a
SPAEventTarget and as a SPAEventStreamSource . |
Constructor and Description |
---|
SPAEventDispatcher(jautil.JAOptions opts,
netscape.javascript.JSObject htmlwin,
UseJLogger 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.
|