public abstract class AbstractConversationProvider extends Object implements ConversationProvider
| Constructor and Description |
|---|
AbstractConversationProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
removeConversation(Conversation c)
Remove the specified conversation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewConversationpublic void removeConversation(Conversation c)
ConversationProviderremoveConversation in interface ConversationProviderc - conversation to be removedCopyright © 2014. All Rights Reserved.