FileDocCategorySizeDatePackage
ActiveReceiveStreamEvent.javaAPI DocJMF 2.1.1e716Mon May 12 12:20:40 BST 2003javax.media.rtp.event

ActiveReceiveStreamEvent

public class ActiveReceiveStreamEvent extends ReceiveStreamEvent
Informs the SessionListener that data packets/RTCP packets have commenced arriving after having stopped arriving. In case of an active sender, this pertains to the state of packets on the ReceiveStream. In case of passive receivers, the ReceiveStream will be null.

Fields Summary
Constructors Summary
public ActiveReceiveStreamEvent(SessionManager from, Participant participant, ReceiveStream recvStream)

	
	super(from, recvStream, participant);
    
Methods Summary