Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main.call
Interface LocalVideoComponentListener


public interface LocalVideoComponentListener

A listener notified each time the local video component is shown or hidden.

Author:
Yana Stamcheva

Method Summary
 void localVideoHidden()
          Indicates that the local video component has been hidden.
 void localVideoShown()
          Indicates that the local video component has been shown to the user.
 

Method Detail

localVideoShown

void localVideoShown()
Indicates that the local video component has been shown to the user.


localVideoHidden

void localVideoHidden()
Indicates that the local video component has been hidden.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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