Class LMConversationBase
java.lang.Object
org.eclnt.ccee.chatgpt.logic.conversation.LMConversationBase
- All Implemented Interfaces:
ILMConversation
- Direct Known Subclasses:
LMConversationChatGPT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(ILMConversationListener listener) protected voidaddNewContent(String text) protected ILMContextvoidinitialize(ILMContext context) voidremoveListener(ILMConversationListener listener) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclnt.ccee.chatgpt.logic.conversation.ILMConversation
executeCommand
-
Constructor Details
-
LMConversationBase
public LMConversationBase()
-
-
Method Details
-
initialize
- Specified by:
initializein interfaceILMConversation
-
addListener
- Specified by:
addListenerin interfaceILMConversation
-
removeListener
- Specified by:
removeListenerin interfaceILMConversation
-
start
- Specified by:
startin interfaceILMConversation
-
getCurrentContent
- Specified by:
getCurrentContentin interfaceILMConversation
-
getLMContext
-
addNewContent
-