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

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

All Superinterfaces:
EventListener
All Known Implementing Classes:
UriHandlerJabberImpl, UriHandlerSipImpl

public interface AccountManagerListener
extends EventListener

Represents a listener receiving notifications from AccountManager.

Author:
Lubomir Marinov

Method Summary
 void handleAccountManagerEvent(AccountManagerEvent event)
          Notifies this listener about an event fired by a specific AccountManager.
 

Method Detail

handleAccountManagerEvent

void handleAccountManagerEvent(AccountManagerEvent event)
Notifies this listener about an event fired by a specific AccountManager.

Parameters:
event - the AccountManagerEvent describing the AccountManager firing the notification and the other details of the specific notification.

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

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