Package com.graphhopper.reader.osm.pbf
Interface PbfBlobDecoderListener
public interface PbfBlobDecoderListener
Instances of this interface are used to receive results from PBFBlobDecoder.
- Author:
- Brett Henderson
-
Method Summary
Modifier and TypeMethodDescriptionvoid
complete
(List<ReaderElement> decodedEntities) Provides the listener with the list of decoded entities.void
Notifies the listener that an error occurred during processing.
-
Method Details
-
complete
Provides the listener with the list of decoded entities.- Parameters:
decodedEntities
- The decoded entities.
-
error
Notifies the listener that an error occurred during processing.
-