javax.media.rtp.event
Class RTPEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.media.MediaEvent
              |
              +--javax.media.rtp.event.RTPEvent
Direct Known Subclasses:
ReceiveStreamEvent, RemoteEvent, SendStreamEvent, SessionEvent

public class RTPEvent
extends MediaEvent

The Base class of all event notification in the SessionManager. All RTP Events must extend this base class

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RTPEvent(SessionManager from)
          RTPEvent constructor takes in the SessionManager which has generated this event as a argument to its constructor
 
Method Summary
 SessionManager getSessionManager()
          The SessionManager which is the source of this RTPEvent
 java.lang.Object getSource()
          The source of this RTPEvent
 java.lang.String toString()
          The String representation of this event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RTPEvent

public RTPEvent(SessionManager from)
RTPEvent constructor takes in the SessionManager which has generated this event as a argument to its constructor
Parameters:
from - The SessionManager generating this event
Method Detail

getSource

public java.lang.Object getSource()
The source of this RTPEvent
Overrides:
getSource in class java.util.EventObject

getSessionManager

public SessionManager getSessionManager()
The SessionManager which is the source of this RTPEvent

toString

public java.lang.String toString()
The String representation of this event
Overrides:
toString in class java.util.EventObject


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.