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

fi.evolver.ai.vaadin.view.ChatHistoryAction Maven / Gradle / Ivy

There is a newer version: 1.5.5
Show newest version
package fi.evolver.ai.vaadin.view;

import fi.evolver.ai.vaadin.entity.Chat;

public interface ChatHistoryAction {
	public void showEditDialog(Chat chat);
	public void showRemovalDialog(Chat chat);
	public void toggleFavorite(Chat chat);
	public void setChatRating(Chat chat,Integer rating);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy