Package | Description |
---|---|
app.spa |
This package defines classes supporting the
SiGMLPlayerApplet
class. |
Modifier and Type | Method and Description |
---|---|
SPAEvent |
SPAEventStreamChannel.getNextEvent()
Obtains and returns the most recently posted player event, blocking
if necessary until it becomes available.
|
SPAEvent |
SPAEventStreamSource.getNextEvent()
Obtains the next event from this source, waiting if necessary until
it becomes available.
|
SPAEvent |
SimplerSPAEventStreamChannel.getNextEvent()
Obtains and returns the most recently posted player event, blocking
if necessary until it becomes available.
|
Modifier and Type | Method and Description |
---|---|
SPAEventAck |
SPAEventStreamChannel.postEvent(SPAEvent evt)
Posts the given event to this channel, blocking if necessary until
it is ready to accept it, before obtaining and returning the
corresponding acknowledgment.
|
SPAEventAck |
SPAEventTarget.postEvent(SPAEvent evt)
Posts the given event to this event target, waiting until the
target provides an acknowledgement, which this method returns.
|
SPAEventAck |
SimplerSPAEventStreamChannel.postEvent(SPAEvent evt)
Posts the given event to this channel, blocking if necessary until
it is ready to accept it, before obtaining and returning the
corresponding acknowledgment.
|