Uses of Interface
app.spa.SPAEventTarget

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

Uses of SPAEventTarget in app.spa
 

Classes in app.spa that implement SPAEventTarget
 class SimplerSPAEventStreamChannel
          A simpler version of SPAEventStreamChannel, implementing the 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.
 

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