com.supermap.services.components

Interface DataExporter.OutputProgressCallback

  • Enclosing interface:
    DataExporter


    public static interface DataExporter.OutputProgressCallback
    
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void progress(java.math.BigInteger total, java.math.BigInteger output) 
    • Method Detail

      • progress

        void progress(java.math.BigInteger total,
                    java.math.BigInteger output)