Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.yahoo.ServerStoredContactListYahooImpl

Packages that use ServerStoredContactListYahooImpl
net.java.sip.communicator.impl.protocol.yahoo   
 

Uses of ServerStoredContactListYahooImpl in net.java.sip.communicator.impl.protocol.yahoo
 

Constructors in net.java.sip.communicator.impl.protocol.yahoo with parameters of type ServerStoredContactListYahooImpl
ContactGroupYahooImpl(String id, ServerStoredContactListYahooImpl ssclCallback)
           
ContactGroupYahooImpl(ymsg.network.YahooGroup yahooGroup, Vector<ymsg.network.YahooUser> groupMembers, ServerStoredContactListYahooImpl ssclCallback, boolean isResolved)
          Creates an Yahoo group using the specified YahooGroup as a source.
ContactYahooImpl(String id, ServerStoredContactListYahooImpl ssclCallback, boolean isResolved, boolean isPersistent, boolean isVolatile)
          Creates volatile or unresolved contact
ContactYahooImpl(String yahooID, ymsg.network.YahooUser contact, ServerStoredContactListYahooImpl ssclCallback, boolean isPersistent, boolean isResolved)
          Creates an YahooContactImpl with custom yahooID
ContactYahooImpl(ymsg.network.YahooUser contact, ServerStoredContactListYahooImpl ssclCallback, boolean isPersistent, boolean isResolved)
          Creates an YahooContactImpl
VolatileContactGroupYahooImpl(String groupName, ServerStoredContactListYahooImpl ssclCallback)
          Creates an Yahoo group using the specified group name
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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