Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use CallChangeListener
net.java.sip.communicator.impl.gui.main.call   
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 CallChangeListener in net.java.sip.communicator.impl.gui.main.call
 

Classes in net.java.sip.communicator.impl.gui.main.call that implement CallChangeListener
 class CallPanel
          The dialog created for a given call.
 

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

Classes in net.java.sip.communicator.impl.protocol.gibberish that implement CallChangeListener
 class OperationSetBasicTelephonyGibberishImpl
          A Gibberish implementation of a basic telephony operation set.
 class OperationSetTelephonyConferencingGibberishImpl
          A basic implementation of the OperationSetTelephonyConferencing for the Gibberish protocol (used for test purposes).
 

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

Classes in net.java.sip.communicator.impl.protocol.jabber that implement CallChangeListener
 class ActiveCallsRepositoryGTalkImpl
          Keeps a list of all calls currently active and maintained by this protocol provider.
 class ActiveCallsRepositoryJabberImpl
          Keeps a list of all calls currently active and maintained by this protocol provider.
 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 OperationSetTelephonyConferencingJabberImpl
          Implements OperationSetTelephonyConferencing for Jabber.
 

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

Classes in net.java.sip.communicator.impl.protocol.mock that implement CallChangeListener
 class MockOperationSetBasicTelephony
          A mock implementation of a basic telephony operation set
 

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

Classes in net.java.sip.communicator.impl.protocol.sip that implement CallChangeListener
 class ActiveCallsRepositorySipImpl
          Keeps a list of all calls currently active and maintained by this protocol povider.
 class CallSipImpl
          A SIP implementation of the Call abstract class encapsulating SIP dialogs.
 class OperationSetTelephonyConferencingSipImpl
          Implements OperationSetTelephonyConferencing for SIP.
 

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

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

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

Classes in net.java.sip.communicator.service.protocol that implement CallChangeListener
 class ActiveCallsRepository<T extends Call,U extends OperationSetBasicTelephony<? extends ProtocolProviderService>>
          Keeps a list of all calls currently active and maintained by this protocol provider.
 class CallGroup
          This class represents group of several calls.
 

Methods in net.java.sip.communicator.service.protocol with parameters of type CallChangeListener
 void Call.addCallChangeListener(CallChangeListener listener)
          Adds a call change listener to this call so that it could receive events on new call peers, theme changes and others.
 void Call.removeCallChangeListener(CallChangeListener listener)
          Removes listener to this call so that it won't receive further CallChangeEvents.
 

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

Classes in net.java.sip.communicator.service.protocol.event that implement CallChangeListener
 class CallChangeAdapter
          An abstract adapter class for receiving call-state (change) events.
 

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

Classes in net.java.sip.communicator.service.protocol.media that implement CallChangeListener
 class AbstractOperationSetTelephonyConferencing<ProtocolProviderServiceT extends ProtocolProviderService,OperationSetBasicTelephonyT extends OperationSetBasicTelephony<ProtocolProviderServiceT>,MediaAwareCallT extends MediaAwareCall<MediaAwareCallPeerT,OperationSetBasicTelephonyT,ProtocolProviderServiceT>,MediaAwareCallPeerT extends MediaAwareCallPeer<MediaAwareCallT,?,ProtocolProviderServiceT>,CalleeAddressT>
          Represents a default implementation of OperationSetTelephonyConferencing in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
 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.