Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use RegistrationStateChangeListener
net.java.sip.communicator.impl.gui.main.account   
net.java.sip.communicator.impl.gui.main.contactlist.notifsource   
net.java.sip.communicator.impl.gui.main.login   
net.java.sip.communicator.impl.gui.main.presence   
net.java.sip.communicator.impl.osdependent.jdic   
net.java.sip.communicator.impl.protocol.dict   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive   
net.java.sip.communicator.impl.protocol.mock   
net.java.sip.communicator.impl.protocol.msn   
net.java.sip.communicator.impl.protocol.rss   
net.java.sip.communicator.impl.protocol.sip   
net.java.sip.communicator.plugin.reconnectplugin   
net.java.sip.communicator.service.protocol   
net.java.sip.communicator.service.protocol.media   
 

Uses of RegistrationStateChangeListener in net.java.sip.communicator.impl.gui.main.account
 

Classes in net.java.sip.communicator.impl.gui.main.account that implement RegistrationStateChangeListener
 class AccountList
          The AccountList is the list of currently registered accounts shown in the options form.
 

Uses of RegistrationStateChangeListener in net.java.sip.communicator.impl.gui.main.contactlist.notifsource
 

Classes in net.java.sip.communicator.impl.gui.main.contactlist.notifsource that implement RegistrationStateChangeListener
 class NotificationContact
          The NotificationContact represents a notification entry shown in the contact list history view.
 

Uses of RegistrationStateChangeListener in net.java.sip.communicator.impl.gui.main.login
 

Classes in net.java.sip.communicator.impl.gui.main.login that implement RegistrationStateChangeListener
 class LoginManager
          The LoginManager manages the login operation.
 

Uses of RegistrationStateChangeListener in net.java.sip.communicator.impl.gui.main.presence
 

Classes in net.java.sip.communicator.impl.gui.main.presence that implement RegistrationStateChangeListener
 class AccountStatusPanel
          The panel shown on the top of the contact list.
 

Uses of RegistrationStateChangeListener in net.java.sip.communicator.impl.osdependent.jdic
 

Classes in net.java.sip.communicator.impl.osdependent.jdic that implement RegistrationStateChangeListener
 class StatusSubMenu
          The StatusSubMenu provides a menu which allow to select the status for each of the protocol providers registered when the menu appears
 

Uses of RegistrationStateChangeListener in net.java.sip.communicator.impl.protocol.dict
 

Classes in net.java.sip.communicator.impl.protocol.dict that implement RegistrationStateChangeListener
 class OperationSetBasicInstantMessagingDictImpl
          Instant messaging functionalities for the Dict protocol.
 

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

Classes in net.java.sip.communicator.impl.protocol.jabber that implement RegistrationStateChangeListener
 class FailoverConnectionMonitor
          When provider registers, check whether we are connected to the first server in the dns records, if its not - considers in failover state and start a task that will periodically checks to see if server has come back and when this happens, re-register to it.
 class OperationSetBasicTelephonyJabberImpl
          Implements all call management logic and exports basic telephony support by implementing OperationSetBasicTelephony.
 class OperationSetDesktopSharingServerJabberImpl
          Implements all desktop sharing server-side related functions for Jabber protocol.
 class OperationSetTelephonyConferencingJabberImpl
          Implements OperationSetTelephonyConferencing for Jabber.
 

Uses of RegistrationStateChangeListener in net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive
 

Classes in net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive that implement RegistrationStateChangeListener
 class KeepAliveManager
          XEP-0199: XMPP Ping.
 

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

Methods in net.java.sip.communicator.impl.protocol.mock with parameters of type RegistrationStateChangeListener
 void MockProvider.addRegistrationStateChangeListener(RegistrationStateChangeListener listener)
          Mock implementation of the corresponding ProtocolProviderService method.
 void MockProvider.removeRegistrationStateChangeListener(RegistrationStateChangeListener listener)
          Mock implementation of the corresponding ProtocolProviderService method.
 

Uses of RegistrationStateChangeListener in net.java.sip.communicator.impl.protocol.msn
 

Classes in net.java.sip.communicator.impl.protocol.msn that implement RegistrationStateChangeListener
 class OperationSetServerStoredAccountInfoMsnImpl
          Saves account avatar image.
 

Uses of RegistrationStateChangeListener in net.java.sip.communicator.impl.protocol.rss
 

Classes in net.java.sip.communicator.impl.protocol.rss that implement RegistrationStateChangeListener
 class OperationSetBasicInstantMessagingRssImpl
          Instant messaging functionalities for the RSS protocol.
 

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

Classes in net.java.sip.communicator.impl.protocol.sip that implement RegistrationStateChangeListener
 class OperationSetMessageWaitingSipImpl
          Message Waiting Indication Event rfc3842.
 class OperationSetPresenceSipImpl
          Sip presence implementation (SIMPLE).
 class OperationSetServerStoredAccountInfoSipImpl
          SIP server stored account information.
 class OperationSetTelephonyConferencingSipImpl
          Implements OperationSetTelephonyConferencing for SIP.
 class ProtocolProviderServiceSipImpl
          A SIP implementation of the Protocol Provider Service.
 

Uses of RegistrationStateChangeListener in net.java.sip.communicator.plugin.reconnectplugin
 

Classes in net.java.sip.communicator.plugin.reconnectplugin that implement RegistrationStateChangeListener
 class ReconnectPluginActivator
          Activates the reconnect plug-in.
 

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

Methods in net.java.sip.communicator.service.protocol with parameters of type RegistrationStateChangeListener
 void ProtocolProviderService.addRegistrationStateChangeListener(RegistrationStateChangeListener listener)
          Registers the specified listener with this provider so that it would receive notifications on changes of its state or other properties such as its local address and display name.
 void AbstractProtocolProviderService.addRegistrationStateChangeListener(RegistrationStateChangeListener listener)
          Registers the specified listener with this provider so that it would receive notifications on changes of its state or other properties such as its local address and display name.
 void ProtocolProviderService.removeRegistrationStateChangeListener(RegistrationStateChangeListener listener)
          Removes the specified listener.
 void AbstractProtocolProviderService.removeRegistrationStateChangeListener(RegistrationStateChangeListener listener)
          Removes the specified registration state change listener so that it does not receive any further notifications upon changes of the RegistrationState of this provider.
 

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

Classes in net.java.sip.communicator.service.protocol.media that implement RegistrationStateChangeListener
 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.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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