javax.media.rtp.event
Class TimeoutEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.media.MediaEvent
          extended by javax.media.rtp.event.RTPEvent
              extended by javax.media.rtp.event.ReceiveStreamEvent
                  extended by javax.media.rtp.event.TimeoutEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ByeEvent

public class TimeoutEvent
extends ReceiveStreamEvent

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TimeoutEvent(SessionManager from, Participant participant, ReceiveStream recvStream, boolean participantBye)
           
 
Method Summary
 boolean participantLeaving()
           
 
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

TimeoutEvent

public TimeoutEvent(SessionManager from,
                    Participant participant,
                    ReceiveStream recvStream,
                    boolean participantBye)
Method Detail

participantLeaving

public boolean participantLeaving()