Package org.reldb.toolbox.progress
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.
Generator of progress indicator messages.
-
Method Summary
Modifier and TypeMethodDescriptiongenerate(StandardProgressIndicator progressIndicator)
Given a progress indicator, return a message describing its current state.
-
Method Details
-
generate
Given a progress indicator, return a message describing its current state.- Parameters:
progressIndicator
- The ProgressIndicator.- Returns:
- A message describing the ProgressIndicator's current state.
-