Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.protocol.event.RegistrationStateChangeEvent

Packages that use RegistrationStateChangeEvent
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.jabber.extensions.version   
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.event   
net.java.sip.communicator.service.protocol.media   
 

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

Methods in net.java.sip.communicator.impl.gui.main.account with parameters of type RegistrationStateChangeEvent
 void AccountList.registrationStateChanged(RegistrationStateChangeEvent evt)
          Refreshes the account status icon, when the status has changed.
 

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

Methods in net.java.sip.communicator.impl.gui.main.contactlist.notifsource with parameters of type RegistrationStateChangeEvent
 void NotificationContact.registrationStateChanged(RegistrationStateChangeEvent evt)
          Refresh the notification contact corresponding the the attached provider in order to better reflect its state.
 

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

Methods in net.java.sip.communicator.impl.gui.main.login with parameters of type RegistrationStateChangeEvent
 void LoginManager.registrationStateChanged(RegistrationStateChangeEvent evt)
          The method is called by a ProtocolProvider implementation whenever a change in the registration state of the corresponding provider had occurred.
 

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

Methods in net.java.sip.communicator.impl.gui.main.presence with parameters of type RegistrationStateChangeEvent
 void AccountStatusPanel.registrationStateChanged(RegistrationStateChangeEvent evt)
          Updates account information when a protocol provider is registered.
 

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

Methods in net.java.sip.communicator.impl.osdependent.jdic with parameters of type RegistrationStateChangeEvent
 void StatusSubMenu.registrationStateChanged(RegistrationStateChangeEvent evt)
           
 

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

Methods in net.java.sip.communicator.impl.protocol.dict with parameters of type RegistrationStateChangeEvent
 void OperationSetBasicInstantMessagingDictImpl.registrationStateChanged(RegistrationStateChangeEvent evt)
          The method is called by the ProtocolProvider whenever a change in the registration state of the corresponding provider has occurred.
 

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

Methods in net.java.sip.communicator.impl.protocol.jabber with parameters of type RegistrationStateChangeEvent
 void OperationSetBasicTelephonyJabberImpl.registrationStateChanged(RegistrationStateChangeEvent evt)
          Implementation of method registrationStateChange from interface RegistrationStateChangeListener for setting up (or down) our JingleManager when an XMPPConnection is available
 void OperationSetDesktopSharingServerJabberImpl.registrationStateChanged(RegistrationStateChangeEvent evt)
          Implementation of method registrationStateChange from interface RegistrationStateChangeListener for setting up (or down) our InputEvtManager when an XMPPConnection is available
 void OperationSetTelephonyConferencingJabberImpl.registrationStateChanged(RegistrationStateChangeEvent evt)
          Implementation of method registrationStateChange from interface RegistrationStateChangeListener for setting up (or down) our JingleManager when an XMPPConnection is available
 void FailoverConnectionMonitor.registrationStateChanged(RegistrationStateChangeEvent evt)
          Get notified for server registration change events.
 

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

Methods in net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive with parameters of type RegistrationStateChangeEvent
 void KeepAliveManager.registrationStateChanged(RegistrationStateChangeEvent evt)
          The method is called by a ProtocolProvider implementation whenever a change in the registration state of the corresponding provider had occurred.
 

Uses of RegistrationStateChangeEvent in net.java.sip.communicator.impl.protocol.jabber.extensions.version
 

Methods in net.java.sip.communicator.impl.protocol.jabber.extensions.version with parameters of type RegistrationStateChangeEvent
 void VersionManager.registrationStateChanged(RegistrationStateChangeEvent evt)
          The method is called by a ProtocolProvider implementation whenever a change in the registration state of the corresponding provider had occurred.
 

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

Methods in net.java.sip.communicator.impl.protocol.msn with parameters of type RegistrationStateChangeEvent
 void OperationSetServerStoredAccountInfoMsnImpl.registrationStateChanged(RegistrationStateChangeEvent evt)
          The method is called by a ProtocolProviderService implementation whenever a change in the registration state of the corresponding provider had occurred.
 

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

Methods in net.java.sip.communicator.impl.protocol.rss with parameters of type RegistrationStateChangeEvent
 void OperationSetBasicInstantMessagingRssImpl.registrationStateChanged(RegistrationStateChangeEvent evt)
          The method is called by the ProtocolProvider whenever a change in the registration state of the corresponding provider has occurred.
 

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

Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type RegistrationStateChangeEvent
 void ProtocolProviderServiceSipImpl.registrationStateChanged(RegistrationStateChangeEvent event)
          Stops dispatching SIP messages to a SIP protocol provider service once it's been unregistered.
 void OperationSetServerStoredAccountInfoSipImpl.registrationStateChanged(RegistrationStateChangeEvent evt)
          Lister method for protocol provider registration event.
 void OperationSetMessageWaitingSipImpl.registrationStateChanged(RegistrationStateChangeEvent evt)
          The method is called by a ProtocolProviderService implementation whenever a change in the registration state of the corresponding provider had occurred.
 void OperationSetPresenceSipImpl.registrationStateChanged(RegistrationStateChangeEvent evt)
          The method is called by a ProtocolProvider implementation whenever a change in the registration state of the corresponding provider had occurred.
 

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

Methods in net.java.sip.communicator.plugin.reconnectplugin with parameters of type RegistrationStateChangeEvent
 void ReconnectPluginActivator.registrationStateChanged(RegistrationStateChangeEvent evt)
          The method is called by a ProtocolProviderService implementation whenever a change in the registration state of the corresponding provider had occurred.
 

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

Methods in net.java.sip.communicator.service.protocol.event with parameters of type RegistrationStateChangeEvent
 void RegistrationStateChangeListener.registrationStateChanged(RegistrationStateChangeEvent evt)
          The method is called by a ProtocolProviderService implementation whenever a change in the registration state of the corresponding provider had occurred.
 

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

Methods in net.java.sip.communicator.service.protocol.media with parameters of type RegistrationStateChangeEvent
 void AbstractOperationSetTelephonyConferencing.registrationStateChanged(RegistrationStateChangeEvent event)
          Notifies this RegistrationStateChangeListener that the ProtocolProviderSerivce it is registered with has changed its registration state.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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