Package megamek.client.ratgenerator
Interface Ruleset.ProgressListener
- Enclosing class:
Ruleset
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateProgress(double progress, String message) Notifies listener of progress in generating force.
-
Method Details
-
updateProgress
Notifies listener of progress in generating force.- Parameters:
progress- The fraction of the task that has been completed in this step.message- A message that describes the current step.
-