FileDocCategorySizeDatePackage
ReceiveStreamListener.javaAPI DocJMF 2.1.1e925Mon May 12 12:20:40 BST 2003javax.media.rtp

ReceiveStreamListener

public interface ReceiveStreamListener implements EventListener
Interface that generates the callback for all RTPSessionManager Events. This interface will generate callbacks for events that pertain to a particular RTPRecvStream. This interface will also generate callbacks that pertain to state transitions of active/inactive of a passive participant as well.i.e. Active, Inactive, Timeout,ByeEvent will also be generated for passive participants and RTPRecvStream will be null in that case.

Fields Summary
Constructors Summary
Methods Summary
public voidupdate(javax.media.rtp.event.ReceiveStreamEvent event)
Method called back in the RTPSessionListener to notify listener of all ReceiveStream Events.