com.sun.im.service
Interface StreamingServiceListener


public interface StreamingServiceListener

Author:
Rahul

Method Summary
 void onContentStream(java.lang.String sender, ReceiverStreamingProfile profile, ContentStream stream)
          This method will be called when another entity tries to open a new stream
 

Method Detail

onContentStream

public void onContentStream(java.lang.String sender,
                            ReceiverStreamingProfile profile,
                            ContentStream stream)
This method will be called when another entity tries to open a new stream

Parameters:
sender - - The initiator of the stream
profile - - The profile containing the meta data about the stream.
stream - The ContentStream containing more information on the requested stream.