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

com.skype.ChatMessageEditListener Maven / Gradle / Ivy

The newest version!
package com.skype;

import java.util.Date;


public interface ChatMessageEditListener {
	public void chatMessageEdited(ChatMessage editedMessage, Date eventDate, User who);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy