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.

@FunctionalInterface public static interface Ruleset.ProgressListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateProgress(double progress, String message)
    Notifies listener of progress in generating force.
  • Method Details

    • updateProgress

      void updateProgress(double progress, String message)
      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.