Uses of Class
app.spa.SPAEvent

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

Uses of SPAEvent in app.spa
 

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

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