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 |
---|
SPAAvatarEventHandler(SPAEventTarget etarget)
Constructs a new avatar event handler, which will direct the
SPAEvent s it generates to the given target. |
SPAPlayerEventHandler(SPAEventTarget etarget)
Constructs a new loading player event handler, which will direct
the events it generates to the given target.
|