javax.media.rtp.event
Class ActiveReceiveStreamEvent

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

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.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ActiveReceiveStreamEvent(SessionManager from, Participant participant, ReceiveStream recvStream)
           
 
Methods inherited from class javax.media.rtp.event.ReceiveStreamEvent
getParticipant, getReceiveStream
 
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

ActiveReceiveStreamEvent

public ActiveReceiveStreamEvent(SessionManager from,
                                Participant participant,
                                ReceiveStream recvStream)