javax.media.rtp.event
Class ActiveSendStreamEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.media.MediaEvent
              |
              +--javax.media.rtp.event.RTPEvent
                    |
                    +--javax.media.rtp.event.SendStreamEvent
                          |
                          +--javax.media.rtp.event.ActiveSendStreamEvent
All Implemented Interfaces:
java.io.Serializable

public class ActiveSendStreamEvent
extends SendStreamEvent

Informs the RTPSendStreamListener that data packets/RTCP packets have started arriving after having stopped arriving.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ActiveSendStreamEvent(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

ActiveSendStreamEvent

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