public interface PbfBlobDecoderListener
| Modifier and Type | Method and Description |
|---|---|
void |
complete(List<ReaderElement> decodedEntities)
Provides the listener with the list of decoded entities.
|
void |
error(Exception ex)
Notifies the listener that an error occurred during processing.
|
void complete(List<ReaderElement> decodedEntities)
decodedEntities - The decoded entities.void error(Exception ex)
Copyright © 2012–2018. All rights reserved.