javax.media.rtp.event
Class InactiveSendStreamEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.media.MediaEvent
              |
              +--javax.media.rtp.event.RTPEvent
                    |
                    +--javax.media.rtp.event.SendStreamEvent
                          |
                          +--javax.media.rtp.event.InactiveSendStreamEvent

public class InactiveSendStreamEvent
extends SendStreamEvent

Informs the SendStreamListener that data has stopped arriving on this SendStream.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InactiveSendStreamEvent(SessionManager from, Participant participant, SendStream sendStream)
           
 
Methods inherited from class javax.media.rtp.event.SendStreamEvent
getParticipant, getSendStream
 
Methods inherited from class javax.media.rtp.event.RTPEvent
getSessionManager, getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InactiveSendStreamEvent

public InactiveSendStreamEvent(SessionManager from,
                               Participant participant,
                               SendStream sendStream)


Submit a bug or feature
Copyright 1994-2004 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.