Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.msn.ContactMsnImpl

Packages that use ContactMsnImpl
net.java.sip.communicator.impl.protocol.msn   
 

Uses of ContactMsnImpl in net.java.sip.communicator.impl.protocol.msn
 

Methods in net.java.sip.communicator.impl.protocol.msn that return ContactMsnImpl
(package private)  ContactMsnImpl ServerStoredContactListMsnImpl.createUnresolvedContact(ContactGroup parentGroup, String id)
          Creates a non resolved contact for the specified address and inside the specified group.
(package private)  ContactMsnImpl ServerStoredContactListMsnImpl.createVolatileContact(net.sf.jml.MsnContact contact)
          Creates a non persistent contact for the specified address.
 ContactMsnImpl OperationSetPersistentPresenceMsnImpl.createVolatileContact(net.sf.jml.MsnContact contact)
          Creates a non persistent contact for the specified address.
(package private)  ContactMsnImpl ServerStoredContactListMsnImpl.createVolatileContact(String id, net.sf.jml.Email email, String displayName)
          Creates a non persistent contact for the specified address.
 ContactMsnImpl OperationSetPersistentPresenceMsnImpl.createVolatileContact(String id, net.sf.jml.Email email, String displayName)
          Creates a non persistent contact for the specified address.
(package private)  ContactMsnImpl ContactGroupMsnImpl.findContact(String id)
          Returns the contact encapsulating with the spcieified name or null if no such contact was found.
 ContactMsnImpl ServerStoredContactListMsnImpl.findContactById(String id)
          Returns the Contact with the specified id or null if no such id was found.
 

Methods in net.java.sip.communicator.impl.protocol.msn with parameters of type ContactMsnImpl
(package private)  void RootContactGroupMsnImpl.addContact(ContactMsnImpl contact)
          Adds the specified contact to the end of this group.
(package private)  void ContactGroupMsnImpl.addContact(ContactMsnImpl contact)
          Adds the specified contact to the end of this group.
protected  void ServerStoredContactListMsnImpl.addContactForImageUpdate(ContactMsnImpl c)
          when there is no image for contact we must retrieve it add contacts for image update
 ContactGroup ServerStoredContactListMsnImpl.findContactGroup(ContactMsnImpl child)
          Returns the ContactGroup containing the specified contact or null if no such group or contact exist.
(package private)  void ServerStoredContactListMsnImpl.fireContactAdded(ContactGroup parentGroup, ContactMsnImpl contact)
          Make the parent persistent presence operation set dispatch a contact added event.
(package private)  void ServerStoredContactListMsnImpl.fireContactResolved(ContactGroup parentGroup, ContactMsnImpl contact)
          Make the parent persistent presence operation set dispatch a contact resolved event.
 void ServerStoredContactListMsnImpl.moveContact(ContactMsnImpl contact, ContactGroup newParent)
          Moves the specified contact to the group indicated by newParent.
(package private)  void RootContactGroupMsnImpl.removeContact(ContactMsnImpl contact)
          Removes the specified contact from this contact group
(package private)  void ServerStoredContactListMsnImpl.removeContact(ContactMsnImpl contactToRemove)
          Removes a contact from the serverside list Event will come for successful operation
(package private)  boolean ContactGroupMsnImpl.removeContact(ContactMsnImpl contact)
          Removes the specified contact from this contact group
(package private)  void ServerStoredContactListMsnImpl.setDisplayName(ContactMsnImpl contact, String newName)
          Changes the contact display name on the server.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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