public static class Echo.Provider extends AbstractConversationTracker
conversations
Constructor and Description |
---|
Echo.Provider() |
Modifier and Type | Method and Description |
---|---|
Conversation |
newConversation(String topic,
int cid,
int pid)
Get a conversation for the specified topic.
|
addConversation, conversations, get, removeConversation
public Conversation newConversation(String topic, int cid, int pid)
ConversationProvider
topic
- name of the conversation topiccid
- conversation idpid
- unique conversation id of the parent conversation; 0 if
no parent conversationCopyright © 2015. All Rights Reserved.