SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.media.event
Class MediaEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.java.sip.communicator.service.media.event.MediaEvent
All Implemented Interfaces:
Serializable

public class MediaEvent
extends EventObject

Author:
Symphorien Wanko
See Also:
Serialized Form

Field Summary
(package private)  String from
          Remote user involved in the event.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MediaEvent(Object source)
           
MediaEvent(RtpFlow flow, String from)
          Constructor for a new media event which occurs inside a RtpFlow.
 
Method Summary
 String getFrom()
          Return the remote name of the user which has caused this event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

from

String from
Remote user involved in the event.

Constructor Detail

MediaEvent

public MediaEvent(Object source)

MediaEvent

public MediaEvent(RtpFlow flow,
                  String from)
Constructor for a new media event which occurs inside a RtpFlow.

Parameters:
flow - the RtpFlow where the event occured.
from - the origi of the event.
Method Detail

getFrom

public String getFrom()
Return the remote name of the user which has caused this event.


SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.