Uses of Class
app.spa.SPAEventAck

Packages that use SPAEventAck
app.spa This package defines classes supporting the SiGMLPlayerApplet class. 
 

Uses of SPAEventAck in app.spa
 

Methods in app.spa that return SPAEventAck
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.
 

Methods in app.spa with parameters of type SPAEventAck
 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.