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

com.skype.ChatMessageEditListener Maven / Gradle / Ivy

package com.skype;

import java.util.Date;


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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy