public class NullConversationPrefix extends java.lang.Object implements ConversationPrefix
ConversationPrefix implementation that
displays nothing in front of conversation output.| 构造器和说明 |
|---|
NullConversationPrefix() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getPrefix(ConversationContext context)
Prepends each conversation message with an empty string.
|
public java.lang.String getPrefix(ConversationContext context)
getPrefix 在接口中 ConversationPrefixcontext - Context information about the conversation.