
org.tynamo.conversations.ConversationAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tapestry-conversations Show documentation
Show all versions of tapestry-conversations Show documentation
An implementation of conversation-within-page concept for Tapestry 5
The newest version!
package org.tynamo.conversations;
import org.tynamo.conversations.services.Conversation;
public interface ConversationAware {
public void onConversationCreated(Conversation conversation);
public void onConversationEnded(Conversation conversation, boolean expired);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy