net.java.sip.communicator.service.media.event
Class MediaEvent
java.lang.Object
java.util.EventObject
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. |
|
Method Summary |
String |
getFrom()
Return the remote name of the user which has caused this
event. |
from
String from
- Remote user involved in the event.
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.
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.
Distributable under LGPL license.