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.

@FunctionalInterface public interface TerminalUICustomizer
Callback interface that can be used to customize a TerminalUI.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(TerminalUI terminalUI)
    Callback to customize a TerminalUI instance.
  • Method Details

    • customize

      void customize(TerminalUI terminalUI)
      Callback to customize a TerminalUI instance.
      Parameters:
      terminalUI - the terminal ui to customize