javax.media.rtp
Interface ReceiveStreamListener

All Superinterfaces:
java.util.EventListener

public interface ReceiveStreamListener
extends java.util.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.


Method Summary
 void update(ReceiveStreamEvent event)
          Method called back in the RTPSessionListener to notify listener of all ReceiveStream Events.
 

Method Detail

update

public void update(ReceiveStreamEvent event)
Method called back in the RTPSessionListener to notify listener of all ReceiveStream Events.