Interface LongOperationCancelCallback

  • All Implemented Interfaces:

    
    public interface LongOperationCancelCallback
    
                        

    A callback that is used in the SDK allowing developers to cancel time-consuming operations (e.g. page extraction from a PDF file).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean isCanceled() Will be called after every bit of progress (e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • isCanceled

         abstract Boolean isCanceled()

        Will be called after every bit of progress (e.g. after every processed page/file before iterating to the next page/file) to check if processing was externally canceled and needs to be stopped.