Interface PbfBlobDecoderListener


public interface PbfBlobDecoderListener
Instances of this interface are used to receive results from PBFBlobDecoder.

Author:
Brett Henderson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      void complete(List<ReaderElement> decodedEntities)
      Provides the listener with the list of decoded entities.

      Parameters:
      decodedEntities - The decoded entities.
    • error

      void error(Exception ex)
      Notifies the listener that an error occurred during processing.