| 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 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. |
| Constructor and Description |
|---|
SPAAvatarEventHandler(SPAEventTarget etarget)
Constructs a new avatar event handler, which will direct the
SPAEvents 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.
|