Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.contactlist.event.MetaContactListListener

Packages that use MetaContactListListener
net.java.sip.communicator.impl.contactlist   
net.java.sip.communicator.impl.gui.main.chat   
net.java.sip.communicator.impl.gui.main.contactlist   
net.java.sip.communicator.impl.gui.main.contactlist.contactsource   
net.java.sip.communicator.service.contactlist   
net.java.sip.communicator.service.contactlist.event   
 

Uses of MetaContactListListener in net.java.sip.communicator.impl.contactlist
 

Classes in net.java.sip.communicator.impl.contactlist that implement MetaContactListListener
 class MclStorageManager
          The class handles read / write operations over the file where a persistent copy of the meta contact list is stored.
 

Methods in net.java.sip.communicator.impl.contactlist with parameters of type MetaContactListListener
 void MetaContactListServiceImpl.addMetaContactListListener(MetaContactListListener listener)
          Adds a listener for MetaContactListChangeEvents posted after the tree changes.
 void MetaContactListServiceImpl.removeMetaContactListListener(MetaContactListListener listener)
          Removes a listener previously added with addContactListListener.
 

Uses of MetaContactListListener in net.java.sip.communicator.impl.gui.main.chat
 

Classes in net.java.sip.communicator.impl.gui.main.chat that implement MetaContactListListener
 class MetaContactChatSession
          An implementation of the ChatSession interface that represents a user-to-user chat session.
 

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

Classes in net.java.sip.communicator.impl.gui.main.contactlist that implement MetaContactListListener
 class ContactList
          The ContactList is a JList that represents the contact list.
 

Uses of MetaContactListListener in net.java.sip.communicator.impl.gui.main.contactlist.contactsource
 

Classes in net.java.sip.communicator.impl.gui.main.contactlist.contactsource that implement MetaContactListListener
 class MetaContactListSource
          The MetaContactListSource is an abstraction of the MetaContactListService, which makes the correspondence between a MetaContact and an UIContact and between a MetaContactGroup and an UIGroup.
 

Uses of MetaContactListListener in net.java.sip.communicator.service.contactlist
 

Methods in net.java.sip.communicator.service.contactlist with parameters of type MetaContactListListener
 void MetaContactListService.addMetaContactListListener(MetaContactListListener l)
          Adds a listener for MetaContactListChangeEvents posted after the tree changes.
 void MetaContactListService.removeMetaContactListListener(MetaContactListListener l)
          Removes a listener previously added with addContactListListener.
 

Uses of MetaContactListListener in net.java.sip.communicator.service.contactlist.event
 

Classes in net.java.sip.communicator.service.contactlist.event that implement MetaContactListListener
 class MetaContactListAdapter
          The MetaContactListAdapter provides a default implementation of the MetaContactListListener, which can be registered with a MetaContactListService so that it will receive any changes that have occurred in the contact list layout.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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