Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use AccountManagerEvent
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.event   
 

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

Methods in net.java.sip.communicator.impl.gui.main.login with parameters of type AccountManagerEvent
 void LoginManager.handleAccountManagerEvent(AccountManagerEvent event)
          Notifies that the loading of the stored accounts of a specific ProtocolProviderFactory has finished.
 

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

Methods in net.java.sip.communicator.impl.protocol.jabber with parameters of type AccountManagerEvent
 void UriHandlerJabberImpl.handleAccountManagerEvent(AccountManagerEvent event)
           
 

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

Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type AccountManagerEvent
 void UriHandlerSipImpl.handleAccountManagerEvent(AccountManagerEvent event)
           
 

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

Methods in net.java.sip.communicator.service.protocol.event with parameters of type AccountManagerEvent
 void AccountManagerListener.handleAccountManagerEvent(AccountManagerEvent event)
          Notifies this listener about an event fired by a specific AccountManager.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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