Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.contactlist.MetaContactImpl

Packages that use MetaContactImpl
net.java.sip.communicator.impl.contactlist   
 

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

Methods in net.java.sip.communicator.impl.contactlist that return MetaContactImpl
(package private)  MetaContactImpl MetaContactListServiceImpl.loadStoredMetaContact(MetaContactGroupImpl parentGroup, String metaUID, String displayName, Map<String,List<String>> details, List<MclStorageManager.StoredProtoContactDescriptor> protoContacts, String accountID)
          The method is called from the storage manager whenever a new contact has been parsed and it has to be created.
 

Methods in net.java.sip.communicator.impl.contactlist with parameters of type MetaContactImpl
(package private)  void MetaContactGroupImpl.addMetaContact(MetaContactImpl metaContact)
          Adds the specified metaContact to ths local list of child contacts.
(package private)  int MetaContactGroupImpl.lightAddMetaContact(MetaContactImpl metaContact)
          Adds the metaContact to the local list of child contacts without setting its parent contact and without any synchronization.
(package private)  void MetaContactGroupImpl.lightRemoveMetaContact(MetaContactImpl metaContact)
          Removes the metaContact from the local list of child contacts without unsetting its parent contact and without any synchronization.
(package private)  void MetaContactGroupImpl.removeMetaContact(MetaContactImpl metaContact)
          Removes the specified metaContact from the local list of contacts.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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