javax.media.rtp.event
Class ReceiveStreamEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.media.MediaEvent
              |
              +--javax.media.rtp.event.RTPEvent
                    |
                    +--javax.media.rtp.event.ReceiveStreamEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActiveReceiveStreamEvent, ApplicationEvent, InactiveReceiveStreamEvent, NewReceiveStreamEvent, RemotePayloadChangeEvent, StreamMappedEvent, TimeoutEvent

public class ReceiveStreamEvent
extends RTPEvent

The ReceiveStreamEvent will notify a listener of all events that are received on a particular ReceiveStream. This allows the user to get details on all the ReceiveStreams as they transition through various states. ReceiveStreamEvents can be one of ActiveReceiveStreamEvent ApplicationEvent InactiveReceiveStreamEvent NewReceiveStreamEvent PayloadChangeEvent ReceiveStreamMappedEvent TimeoutEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ReceiveStreamEvent(SessionManager from, ReceiveStream stream, Participant participant)
           
 
Method Summary
 Participant getParticipant()
           
 ReceiveStream 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

ReceiveStreamEvent

public ReceiveStreamEvent(SessionManager from,
                          ReceiveStream stream,
                          Participant participant)
Method Detail

getReceiveStream

public ReceiveStream getReceiveStream()

getParticipant

public Participant getParticipant()