Interface TemporaryStorage.UploadProgressListener

Enclosing interface:
TemporaryStorage

public static interface TemporaryStorage.UploadProgressListener
Listener to be notified about the progress of uploading file into the temporary storage.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    progressChanged(UUID fileId, int receivedBytes)
     
  • Method Details

    • progressChanged

      void progressChanged(UUID fileId, int receivedBytes)
      Parameters:
      fileId - temporary file ID
      receivedBytes - current uploaded bytes count