public interface ConversationProvider
Modifier and Type | Method and Description |
---|---|
Conversation |
newConversation(String topic,
int cid,
int parentId)
Get a conversation for the specified topic.
|
void |
removeConversation(Conversation c)
Remove the specified conversation.
|
Conversation newConversation(String topic, int cid, int parentId)
topic
- name of the conversation topiccid
- conversation idparentId
- unique conversation id of the parent conversation; 0 if
no parent conversationvoid removeConversation(Conversation c)
c
- conversation to be removedCopyright © 2015. All Rights Reserved.