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

com.skype.ChatListener Maven / Gradle / Ivy

The newest version!
package com.skype;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy