Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.neomedia.event
Interface VideoListener

All Superinterfaces:
EventListener

public interface VideoListener
extends EventListener

Defines the notification support informing about changes in the availability of visual Components representing video such as adding and removing.

Author:
Lubomir Marinov

Method Summary
 void videoAdded(VideoEvent event)
          Notifies that a visual Component representing video has been added to the provider this listener has been added to.
 void videoRemoved(VideoEvent event)
          Notifies that a visual Component representing video has been removed from the provider this listener has been added to.
 void videoUpdate(VideoEvent event)
          Notifies about an update to a visual Component representing video.
 

Method Detail

videoAdded

void videoAdded(VideoEvent event)
Notifies that a visual Component representing video has been added to the provider this listener has been added to.

Parameters:
event - a VideoEvent describing the added visual Component representing video and the provider it was added into

videoRemoved

void videoRemoved(VideoEvent event)
Notifies that a visual Component representing video has been removed from the provider this listener has been added to.

Parameters:
event - a VideoEvent describing the removed visual Component representing video and the provider it was removed from

videoUpdate

void videoUpdate(VideoEvent event)
Notifies about an update to a visual Component representing video.

Parameters:
event - a VideoEvent describing the visual Component related to the update and the details of the specific update

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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