public abstract class TextValidatingPrompt extends TextPrompt
| Constructor and Description |
|---|
TextValidatingPrompt() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
accept(ConversationContext context,
TextContent input) |
protected SendableMessage |
invalidationMessage(ConversationContext context,
TextContent input) |
boolean |
process(ConversationContext context,
TextContent input) |
protected abstract boolean |
validate(ConversationContext context,
TextContent input) |
typeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconversationEnded, promptMessageprotected abstract boolean validate(ConversationContext context, TextContent input)
protected abstract boolean accept(ConversationContext context, TextContent input)
public boolean process(ConversationContext context, TextContent input)
protected SendableMessage invalidationMessage(ConversationContext context, TextContent input)
Copyright © 2016. All rights reserved.