jarp
Interface AvatarStreamManager.ASMClient

Enclosing class:
AvatarStreamManager

public static interface AvatarStreamManager.ASMClient

Callback interface for an Avatar Stream Manager's client.


Method Summary
 void notifyLocalStreamIsReady()
          Notifies the client that the remote download is complete, and that, a locally backed stream is now available for the avatar data, unless the download failed in which case the stream request will throw an exception.
 

Method Detail

notifyLocalStreamIsReady

void notifyLocalStreamIsReady()
Notifies the client that the remote download is complete, and that, a locally backed stream is now available for the avatar data, unless the download failed in which case the stream request will throw an exception. This notification method is not called in the case where no remote download is required.