javax.media.rtp.event
Class SendStreamEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.media.MediaEvent
              |
              +--javax.media.rtp.event.RTPEvent
                    |
                    +--javax.media.rtp.event.SendStreamEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActiveSendStreamEvent, InactiveSendStreamEvent, LocalPayloadChangeEvent, NewSendStreamEvent, StreamClosedEvent

public class SendStreamEvent
extends RTPEvent

The SendStreamEvent will notify a listener of all events that are received on a particular SendStream. This allows the user to get details on all the SendStreams as they transition through various states. SendStreamEvents can be one of ActiveSendStreamEvent InactiveSendStreamEvent NewSendStreamEvent SendPayloadChangeEvent

See Also:
Serialized Form

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

SendStreamEvent

public SendStreamEvent(SessionManager from,
                       SendStream stream,
                       Participant participant)
Method Detail

getSendStream

public SendStream getSendStream()

getParticipant

public Participant getParticipant()