Class PartCreationEvent


  • public class PartCreationEvent
    extends Object
    • Method Detail

      • getPart

        public File getPart()
        Returns a non-null part (in the form of a file) for multipart upload.
      • getPartNumber

        public int getPartNumber()
      • isLastPart

        public boolean isLastPart()
      • getFileDeleteObserver

        public OnFileDelete getFileDeleteObserver()
        Returns an observer for file deletion; or null if there is none.