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

com.skype.GlobalChatListener Maven / Gradle / Ivy

There is a newer version: 1.7
Show newest version
package com.skype;

public interface GlobalChatListener {
	void newChatStarted(Chat chat, User[] users);
	void userLeft(Chat chat, User user);
	void userAdded(Chat chat, User user);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy