Interface PromptFormatter
-
- All Known Implementing Classes:
ListFormat
,QuestionFormat
public interface PromptFormatter
Interface for prompt formatters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <TOption> void
displayPrompt(Prompt<TOption> prompt)
Displays the prompt
-
-
-
Method Detail
-
displayPrompt
<TOption> void displayPrompt(Prompt<TOption> prompt)
Displays the prompt- Type Parameters:
TOption
- Option type- Parameters:
prompt
- Prompt
-
-