Interface TerminalUICustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to customize a
TerminalUI
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(TerminalUI terminalUI) Callback to customize aTerminalUI
instance.
-
Method Details
-
customize
Callback to customize aTerminalUI
instance.- Parameters:
terminalUI
- the terminal ui to customize
-