Interface ProgressIndicatorMessage

All Known Implementing Classes:
EnglishProgressIndicatorMessage
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 ProgressIndicatorMessage
Generator of progress indicator messages.
  • Method Summary

    Modifier and Type
    Method
    Description
    generate​(StandardProgressIndicator progressIndicator)
    Given a progress indicator, return a message describing its current state.
  • Method Details

    • generate

      String generate(StandardProgressIndicator progressIndicator)
      Given a progress indicator, return a message describing its current state.
      Parameters:
      progressIndicator - The ProgressIndicator.
      Returns:
      A message describing the ProgressIndicator's current state.