javax.media.rtp.event
Class RemoteEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.media.MediaEvent
              |
              +--javax.media.rtp.event.RTPEvent
                    |
                    +--javax.media.rtp.event.RemoteEvent
Direct Known Subclasses:
ReceiverReportEvent, RemoteCollisionEvent, SenderReportEvent

public class RemoteEvent
extends RTPEvent

An RemoteEvent notifies users of events that occur from remote participants. These events can be used by an RTCP monitor for monitoring reception quality and statistics of the Session. RemoteEvents are one of ReceiverReportEvent, RecvSenderReportEvent or RemoteCollisionEvent.

See Also:
Serialized Form

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

RemoteEvent

public RemoteEvent(SessionManager from)


Submit a bug or feature
Copyright 1999-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.