All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skype.SkypeUserFactory Maven / Gradle / Ivy

The newest version!
package skype;

public interface SkypeUserFactory {

	SkypeUser produce(String userId, String displayName);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy