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 ConversationPrefixcontext - Context information about the conversation.Copyright © 2015. All rights reserved.