Package | Description |
---|---|
app.spa |
This package defines classes supporting the
SiGMLPlayerApplet
class. |
Modifier and Type | Method and Description |
---|---|
static SPAEventAck |
SPAEventAck.okAck()
Returns the OK event acknowledgement.
|
SPAEventAck |
SPAEventStreamChannel.postEvent(EventId eid)
Posts a new event with the given id to this channel, blocking if
necessary until it is ready to accept it, before obtaining and
returning the corresponding acknowledgment.
|
SPAEventAck |
SPAEventTarget.postEvent(EventId eid)
Posts a new event with the given id and default values for it other
parameters to this event target, waiting until the
target provides an acknowledgement, which this method returns.
|
SPAEventAck |
SimplerSPAEventStreamChannel.postEvent(EventId eid)
Posts a new event with the given id to this channel, blocking if
necessary until it is ready to accept it, before obtaining and
returning the corresponding acknowledgment.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SPAEventStreamChannel.deliverAck(SPAEventAck ack)
Delivers the given acknowledgement in response to the most recently
obtained player event.
|
void |
SPAEventStreamSource.deliverAck(SPAEventAck ack)
Delivers the given acknowledgement in response to the event
most recently obtained via
SPAEventStreamSource.getNextEvent() ,
waiting if necessary until it can be accepted. |
void |
SimplerSPAEventStreamChannel.deliverAck(SPAEventAck ack)
Delivers the given acknowledgement in response to the most recently
obtained player event.
|