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