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

skype.SkypeChatFactory Maven / Gradle / Ivy

The newest version!
package skype;

import com.skype.Chat;

public interface SkypeChatFactory {
	SkypeChat produce(Chat chat);
	SkypeChat produceEmpty();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy