Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.protocol.event.VideoListener

Packages that use VideoListener
net.java.sip.communicator.service.protocol   
net.java.sip.communicator.service.protocol.media   
 

Uses of VideoListener in net.java.sip.communicator.service.protocol
 

Methods in net.java.sip.communicator.service.protocol with parameters of type VideoListener
 void OperationSetVideoTelephony.addVideoListener(CallPeer peer, VideoListener listener)
          Adds a specific VideoListener to this telephony in order to receive notifications when visual/video Components are being added and removed for a specific CallPeer.
 Component OperationSetVideoTelephony.createLocalVisualComponent(CallPeer peer, VideoListener listener)
          Creates a visual Component which depicts the local video being streamed to a specific CallPeer.
 void OperationSetVideoTelephony.removeVideoListener(CallPeer peer, VideoListener listener)
          Removes a specific VideoListener from this telephony in order to no longer have it receive notifications when visual/video Components are being added and removed for a specific CallPeer.
 

Uses of VideoListener in net.java.sip.communicator.service.protocol.media
 

Methods in net.java.sip.communicator.service.protocol.media with parameters of type VideoListener
 void AbstractOperationSetVideoTelephony.addVideoListener(CallPeer peer, VideoListener listener)
          Delegates to the CallPeerMediaHandler of the specified CallPeer because the video is provided by it.
 void CallPeerMediaHandler.addVideoListener(VideoListener listener)
          Registers a specific VideoListener with this instance so that it starts receiving notifications from it about changes in the availability of visual Components displaying video.
 Component AbstractOperationSetVideoTelephony.createLocalVisualComponent(CallPeer peer, VideoListener listener)
          Implements OperationSetVideoTelephony.createLocalVisualComponent(CallPeer, VideoListener).
 void AbstractOperationSetVideoTelephony.removeVideoListener(CallPeer peer, VideoListener listener)
          Delegates to the CallPeerMediaHandler of the specified CallPeer because the video is provided by it.
 void CallPeerMediaHandler.removeVideoListener(VideoListener listener)
          Unregisters a specific VideoListener from this instance so that it stops receiving notifications from it about changes in the availability of visual Components displaying video.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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