Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.util.PropertyChangeNotifier

Packages that use PropertyChangeNotifier
net.java.sip.communicator.impl.neomedia   
net.java.sip.communicator.impl.neomedia.device   
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.service.protocol   
net.java.sip.communicator.service.protocol.media   
 

Uses of PropertyChangeNotifier in net.java.sip.communicator.impl.neomedia
 

Subclasses of PropertyChangeNotifier in net.java.sip.communicator.impl.neomedia
 class MediaServiceImpl
          Implements MediaService for JMF.
 

Uses of PropertyChangeNotifier in net.java.sip.communicator.impl.neomedia.device
 

Subclasses of PropertyChangeNotifier in net.java.sip.communicator.impl.neomedia.device
 class AudioMediaDeviceSession
          Extends MediaDeviceSession to add audio-specific functionality.
 class DeviceConfiguration
          This class aims to provide a simple configuration interface for JMF.
 class MediaDeviceSession
          Represents the use of a specific MediaDevice by a MediaStream.
 class VideoMediaDeviceSession
          Extends MediaDeviceSession to add video-specific functionality.
 

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

Subclasses of PropertyChangeNotifier in net.java.sip.communicator.impl.protocol.gibberish
 class CallPeerGibberishImpl
          A Gibberish implementation of the CallPeer interface.
 class ConferenceMemberGibberishImpl
          A Gibberish implementation of the ConferenceMember interface.
 

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

Subclasses of PropertyChangeNotifier in net.java.sip.communicator.impl.protocol.jabber
 class CallPeerGTalkImpl
          Implements a Google Talk CallPeer.
 class CallPeerJabberImpl
          Implements a Jabber CallPeer.
 class CallPeerMediaHandlerGTalkImpl
          An Google Talk specific extension of the generic media handler.
 class CallPeerMediaHandlerJabberImpl
          An XMPP specific extension of the generic media handler.
 class ConferenceMemberJabberImpl
          Represents a member and its details in a Jabber telephony conference managed by a CallPeer in its role as a conference focus.
 

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

Subclasses of PropertyChangeNotifier in net.java.sip.communicator.impl.protocol.mock
 class MockCallPeer
           
 

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

Subclasses of PropertyChangeNotifier in net.java.sip.communicator.impl.protocol.sip
 class CallPeerMediaHandlerSipImpl
          The media handler class handles all media management for a single CallPeer.
 class CallPeerSipImpl
          Our SIP implementation of the default CallPeer;
 class ConferenceMemberSipImpl
          Implements ConferenceMember for the SIP protocol.
 

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

Subclasses of PropertyChangeNotifier in net.java.sip.communicator.service.protocol
 class AbstractCallPeer<T extends Call,U extends ProtocolProviderService>
          Provides a default implementation for most of the CallPeer methods with the purpose of only leaving custom protocol development to clients using the PhoneUI service.
 class AbstractConferenceMember
          Provides the default implementation of the ConferenceMember interface.
 

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

Subclasses of PropertyChangeNotifier in net.java.sip.communicator.service.protocol.media
 class CallPeerMediaHandler<T extends MediaAwareCallPeer<?,?,?>>
          A utility class implementing media control code shared between current telephony implementations.
 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.