public interface UserInteraction
| Modifier and Type | Method and Description |
|---|---|
String[] |
interactive(String destination,
String name,
String instruction,
String lang,
String[] prompt,
boolean[] echo) |
void |
welcome(String banner)
Displays the welcome banner to the user.
|
void welcome(String banner)
banner - The welcome bannerString[] interactive(String destination, String name, String instruction, String lang, String[] prompt, boolean[] echo)
destination - The session identifiername - The interaction name (may be empty)instruction - The instruction (may be empty)lang - The language for the data (may be empty)prompt - The prompts to be displayed (may be empty)echo - For each prompt whether to echo the user's responseCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.