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

Uses of Interface
net.java.sip.communicator.service.media.event.MediaListener

Packages that use MediaListener
net.java.sip.communicator.impl.media   
net.java.sip.communicator.service.media   
 

Uses of MediaListener in net.java.sip.communicator.impl.media
 

Methods in net.java.sip.communicator.impl.media with parameters of type MediaListener
 void RtpFlowImpl.addMediaListener(MediaListener listener)
          Add a listener to be informed of media events hapening on this flow.
protected  void MediaEventDispatcher.addMediaListener(MediaListener listener)
          Add a mediaListener to the listener list.
 void MediaServiceImpl.addMediaListener(MediaListener listener)
          Adds a listener that will be listening for incoming media and changes in the state of the media listener.
protected  void MediaEventDispatcher.removeMediaListener(MediaListener listener)
          Remove a MediaListener from the listener list.
 void MediaServiceImpl.removeMediaListener(MediaListener listener)
          Removes a listener that was listening for incoming media and changes in the state of the media listener
 

Uses of MediaListener in net.java.sip.communicator.service.media
 

Methods in net.java.sip.communicator.service.media with parameters of type MediaListener
 void RtpFlow.addMediaListener(MediaListener listener)
          Add a listener to be informed when there of media events.
 void MediaService.addMediaListener(MediaListener listener)
          Adds a listener that will be listening for incoming media and changes in the state of the media listener.
 void MediaService.removeMediaListener(MediaListener listener)
          Removes a listener that was listening for incoming media and changes in the state of the media listener
 


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

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