SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

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

All Superinterfaces:
EventListener
All Known Implementing Classes:
AccountList, AccountStatusPanel, LoginManager, OperationSetBasicInstantMessagingDictImpl, OperationSetBasicInstantMessagingRssImpl, OperationSetBasicTelephonyJabberImpl, OperationSetPresenceSipImpl, OperationSetServerStoredAccountInfoMsnImpl, OperationSetServerStoredAccountInfoSipImpl, OperationSetTelephonyConferencingSipImpl, ProtocolProviderServiceSipImpl, ReconnectPluginActivator, StatusSubMenu

public interface RegistrationStateChangeListener
extends EventListener

An event listener that should be implemented by parties interested in changes that occur in the registration state of a ProtocolProviderService.

Author:
Emil Ivov

Method Summary
 void registrationStateChanged(RegistrationStateChangeEvent evt)
          The method is called by a ProtocolProviderService implementation whenever a change in the registration state of the corresponding provider had occurred.
 

Method Detail

registrationStateChanged

void registrationStateChanged(RegistrationStateChangeEvent evt)
The method is called by a ProtocolProviderService implementation whenever a change in the registration state of the corresponding provider had occurred.

Parameters:
evt - the event describing the status change.

SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

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