javax.media.rtp.event
Class RemoteCollisionEvent

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.RemoteEvent
                  extended by javax.media.rtp.event.RemoteCollisionEvent
All Implemented Interfaces:
java.io.Serializable

public class RemoteCollisionEvent
extends RemoteEvent

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
RemoteCollisionEvent(SessionManager from, long ssrc)
           
 
Method Summary
 long getSSRC()
           
 
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

RemoteCollisionEvent

public RemoteCollisionEvent(SessionManager from,
                            long ssrc)
Method Detail

getSSRC

public long getSSRC()