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

StreamClosedEvent

public class StreamClosedEvent extends SendStreamEvent
Informs the RTP listener that a transmitting stream has been closed in the RTP SessionManager

Fields Summary
Constructors Summary
public StreamClosedEvent(SessionManager from, SendStream sendStream)

      super(from, sendStream, sendStream.getParticipant());
    
Methods Summary