ConversationPrefix
public class NullConversationPrefix extends java.lang.Object implements ConversationPrefix
ConversationPrefix
implementation that
displays nothing in front of conversation output.Constructor | Description |
---|---|
NullConversationPrefix() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getPrefix(ConversationContext context) |
Prepends each conversation message with an empty string.
|
public java.lang.String getPrefix(ConversationContext context)
getPrefix
in interface ConversationPrefix
context
- Context information about the conversation.Copyright © 2018. All rights reserved.