Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use CallPeerConferenceListener
net.java.sip.communicator.impl.gui.main.call   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.sip   
net.java.sip.communicator.plugin.notificationwiring   
net.java.sip.communicator.service.protocol   
net.java.sip.communicator.service.protocol.media   
 

Uses of CallPeerConferenceListener in net.java.sip.communicator.impl.gui.main.call
 

Classes in net.java.sip.communicator.impl.gui.main.call that implement CallPeerConferenceListener
 class CallPanel
          The dialog created for a given call.
 class CallPeerAdapter
          The CallPeerAdapter is an adapter that implements all common CallPeer related listeners in order to facilitate the task of different CallPeerRenderers when implementing peer functionalities.
 

Uses of CallPeerConferenceListener in net.java.sip.communicator.impl.protocol.jabber
 

Classes in net.java.sip.communicator.impl.protocol.jabber that implement CallPeerConferenceListener
 class CallPeerGTalkImpl
          Implements a Google Talk CallPeer.
 class CallPeerJabberImpl
          Implements a Jabber CallPeer.
 

Uses of CallPeerConferenceListener in net.java.sip.communicator.impl.protocol.sip
 

Classes in net.java.sip.communicator.impl.protocol.sip that implement CallPeerConferenceListener
 class CallPeerSipImpl
          Our SIP implementation of the default CallPeer;
 

Uses of CallPeerConferenceListener in net.java.sip.communicator.plugin.notificationwiring
 

Classes in net.java.sip.communicator.plugin.notificationwiring that implement CallPeerConferenceListener
 class NotificationManager
          Listens for all kinds of events and triggers when needed a notification, a popup or sound one or other.
 

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

Fields in net.java.sip.communicator.service.protocol with type parameters of type CallPeerConferenceListener
protected  List<CallPeerConferenceListener> AbstractCallPeer.callPeerConferenceListeners
          The list of CallPeerConferenceListeners interested in and to be notified about changes in conference-related information such as this peer acting or not acting as a conference focus and conference membership details.
 

Methods in net.java.sip.communicator.service.protocol with parameters of type CallPeerConferenceListener
 void CallPeer.addCallPeerConferenceListener(CallPeerConferenceListener listener)
          Adds a specific CallPeerConferenceListener to the list of listeners interested in and notified about changes in conference-related information such as this peer acting or not acting as a conference focus and conference membership details.
 void AbstractCallPeer.addCallPeerConferenceListener(CallPeerConferenceListener listener)
          Implements CallPeer#addCallPeerConferenceListener( CallPeerConferenceListener).
 void CallPeer.removeCallPeerConferenceListener(CallPeerConferenceListener listener)
          Removes a specific CallPeerConferenceListener from the list of listeners interested in and notified about changes in conference-related information such as this peer acting or not acting as a conference focus and conference membership details.
 void AbstractCallPeer.removeCallPeerConferenceListener(CallPeerConferenceListener listener)
          Implements CallPeer#removeCallPeerConferenceListener( CallPeerConferenceListener).
 

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

Classes in net.java.sip.communicator.service.protocol.media that implement CallPeerConferenceListener
 class MediaAwareCallPeer<T extends MediaAwareCall<?,?,V>,U extends CallPeerMediaHandler<?>,V extends ProtocolProviderService>
          A utility class implementing media control code shared between current telephony implementations.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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