Interface OsmSegmenter.ReportUpdates

All Known Implementing Classes:
OsmPbfSegmenter
Enclosing class:
OsmSegmenter
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 OsmSegmenter.ReportUpdates
Callback interface for OsmSegmenter instances reporting updates to a progress indicator.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Report the current progress string.
  • Method Details

    • updateMessage

      void updateMessage(String s)
      Report the current progress string.
      Parameters:
      s - progress status String