Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use CallPeerListener
net.java.sip.communicator.impl.gui.main.call.conference   
net.java.sip.communicator.impl.protocol.gibberish   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.mock   
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.event   
net.java.sip.communicator.service.protocol.media   
 

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

Classes in net.java.sip.communicator.impl.gui.main.call.conference that implement CallPeerListener
 class CallPeerMenu
          The CallPeerActionMenuBar is situated in the title area of any CallPeerRenderer and gives access to operations like: "Put on hold", "Mute", "Hang up" and so on.
 

Uses of CallPeerListener in net.java.sip.communicator.impl.protocol.gibberish
 

Classes in net.java.sip.communicator.impl.protocol.gibberish that implement CallPeerListener
 class CallGibberishImpl
          A Gibberish implementation of the Call interface.
 

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

Classes in net.java.sip.communicator.impl.protocol.jabber that implement CallPeerListener
 class CallGTalkImpl
          A Google Talk implementation of the Call abstract class encapsulating Google Talk sessions.
 class CallJabberImpl
          A Jabber implementation of the Call abstract class encapsulating Jabber jingle sessions.
 class OperationSetAutoAnswerJabberImpl
          An Operation Set defining option to unconditionally auto answer incoming calls.
 

Uses of CallPeerListener in net.java.sip.communicator.impl.protocol.mock
 

Classes in net.java.sip.communicator.impl.protocol.mock that implement CallPeerListener
 class MockCall
           
 

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

Classes in net.java.sip.communicator.impl.protocol.sip that implement CallPeerListener
 class CallSipImpl
          A SIP implementation of the Call abstract class encapsulating SIP dialogs.
 class OperationSetAutoAnswerSipImpl
          An Operation Set defining options to auto answer/forward incoming calls.
 

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

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

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

Fields in net.java.sip.communicator.service.protocol with type parameters of type CallPeerListener
protected  List<CallPeerListener> AbstractCallPeer.callPeerListeners
          All the CallPeer listeners registered with this CallPeer.
 

Methods in net.java.sip.communicator.service.protocol with parameters of type CallPeerListener
 void CallPeer.addCallPeerListener(CallPeerListener listener)
          Allows the user interface to register a listener interested in changes
 void AbstractCallPeer.addCallPeerListener(CallPeerListener listener)
          Registers the listener to the list of listeners that would be receiving CallPeerEvents.
 void CallPeer.removeCallPeerListener(CallPeerListener listener)
          Unregisters the specified listener.
 void AbstractCallPeer.removeCallPeerListener(CallPeerListener listener)
          Unregisters the specified listener.
 

Uses of CallPeerListener in net.java.sip.communicator.service.protocol.event
 

Classes in net.java.sip.communicator.service.protocol.event that implement CallPeerListener
 class CallPeerAdapter
          An abstract adapter class for receiving call peer (change) events.
 

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

Classes in net.java.sip.communicator.service.protocol.media that implement CallPeerListener
 class MediaAwareCall<T extends MediaAwareCallPeer<?,?,V>,U extends OperationSetBasicTelephony<V>,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.