javax.media.rtp
Interface ReceiveStreamListener


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.


Submit a bug or feature
Copyright 1999-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.