
org.tynamo.conversations.ConversationModeratorAware 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;
public interface ConversationModeratorAware {
public void onConversationIdleCheck();
public void onConversationEnded();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy