Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use ProviderPresenceStatusListener
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   
 

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

Classes in net.java.sip.communicator.impl.gui.main.account that implement ProviderPresenceStatusListener
 class AccountList
          The AccountList is the list of currently registered accounts shown in the options form.
 

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

Classes in net.java.sip.communicator.impl.gui.main.chatroomslist that implement ProviderPresenceStatusListener
 class ChatRoomTableModel
          The model for the table with saved rooms.
 

Uses of ProviderPresenceStatusListener in net.java.sip.communicator.impl.gui.main.contactlist.notifsource
 

Classes in net.java.sip.communicator.impl.gui.main.contactlist.notifsource that implement ProviderPresenceStatusListener
 class NotificationContact
          The NotificationContact represents a notification entry shown in the contact list history view.
 

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

Classes in net.java.sip.communicator.impl.osdependent.jdic that implement ProviderPresenceStatusListener
 class StatusSubMenu
          The StatusSubMenu provides a menu which allow to select the status for each of the protocol providers registered when the menu appears
 

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

Methods in net.java.sip.communicator.service.protocol with parameters of type ProviderPresenceStatusListener
 void AbstractOperationSetPersistentPresence.addProviderPresenceStatusListener(ProviderPresenceStatusListener listener)
          Adds a listener that would receive events upon changes of the provider presence status.
 void OperationSetPresence.addProviderPresenceStatusListener(ProviderPresenceStatusListener listener)
          Adds a listener that would receive events upon changes of the provider presence status.
 void AbstractOperationSetPersistentPresence.removeProviderPresenceStatusListener(ProviderPresenceStatusListener listener)
          Unregisters the specified listener so that it does not receive further events upon changes in local presence status.
 void OperationSetPresence.removeProviderPresenceStatusListener(ProviderPresenceStatusListener listener)
          Unregisters the specified listener so that it does not receive further events upon changes in local presence status.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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