Package org.openstreetmap.josm.io
Interface OsmServerWritePostprocessor
-
- 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 OsmServerWritePostprocessor
Interface for plugins to process osm data after it has been uploaded to the OSM server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postprocessUploadedPrimitives(java.util.Collection<OsmPrimitive> p, ProgressMonitor progress)
-
-
-
Method Detail
-
postprocessUploadedPrimitives
void postprocessUploadedPrimitives(java.util.Collection<OsmPrimitive> p, ProgressMonitor progress)
-
-