Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use AccountManagerListener
net.java.sip.communicator.impl.gui.main.login   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.sip   
net.java.sip.communicator.service.protocol   
 

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

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

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

Classes in net.java.sip.communicator.impl.protocol.jabber that implement AccountManagerListener
 class UriHandlerJabberImpl
          The jabber implementation of the URI handler.
 

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

Classes in net.java.sip.communicator.impl.protocol.sip that implement AccountManagerListener
 class UriHandlerSipImpl
          The sip implementation of the URI handler.
 

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

Methods in net.java.sip.communicator.service.protocol with parameters of type AccountManagerListener
 void AccountManager.addListener(AccountManagerListener listener)
          Implements AccountManager#addListener(AccountManagerListener).
 void AccountManager.removeListener(AccountManagerListener listener)
          Implements AccountManager#removeListener(AccountManagerListener).
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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