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

com.skype.ChatListener Maven / Gradle / Ivy

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

public interface ChatListener {
	public void userAdded(User user);
	public void userLeft(User user);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy