public interface IConversationStateListener
| Modifier and Type | Method and Description |
|---|---|
void |
conversationAttached(ConversationContext cc) |
void |
conversationDestroyed(ConversationContext cc) |
void |
conversationDetached(ConversationContext cc) |
void |
conversationNew(ConversationContext cc) |
void conversationNew(@Nonnull ConversationContext cc) throws Exception
Exceptionvoid conversationAttached(@Nonnull ConversationContext cc) throws Exception
Exceptionvoid conversationDetached(@Nonnull ConversationContext cc) throws Exception
Exceptionvoid conversationDestroyed(@Nonnull ConversationContext cc) throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.