Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use ProviderPresenceStatusChangeEvent
net.java.sip.communicator.impl.gui.main.account   
net.java.sip.communicator.impl.gui.main.chatroomslist   
net.java.sip.communicator.impl.gui.main.contactlist.notifsource   
net.java.sip.communicator.impl.osdependent.jdic   
net.java.sip.communicator.service.protocol.event   
 

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

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

Uses of ProviderPresenceStatusChangeEvent in net.java.sip.communicator.impl.gui.main.chatroomslist
 

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist with parameters of type ProviderPresenceStatusChangeEvent
 void ChatRoomTableModel.providerStatusChanged(ProviderPresenceStatusChangeEvent evt)
          Listens for provider status change to change protocol icon.
 

Uses of ProviderPresenceStatusChangeEvent 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 ProviderPresenceStatusChangeEvent
 void NotificationContact.providerStatusChanged(ProviderPresenceStatusChangeEvent evt)
          Refresh the notification contact corresponding the the attached provider in order to better reflect its status.
 

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

Methods in net.java.sip.communicator.impl.osdependent.jdic with parameters of type ProviderPresenceStatusChangeEvent
 void StatusSubMenu.providerStatusChanged(ProviderPresenceStatusChangeEvent evt)
          Fired when an account has changed its status.
 

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

Methods in net.java.sip.communicator.service.protocol.event with parameters of type ProviderPresenceStatusChangeEvent
 void ProviderPresenceStatusListener.providerStatusChanged(ProviderPresenceStatusChangeEvent evt)
          The method is called by a ProtocolProvider implementation whenever a change in the presence status of the corresponding provider had occurred.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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