public class PartCreationEvent extends Object
| Modifier and Type | Method and Description |
|---|---|
OnFileDelete |
getFileDeleteObserver ()
Returns an observer for file deletion; or null if there is none.
|
File |
getPart ()
Returns a non-null part (in the form of a file) for multi-part upload.
|
int |
getPartNumber () |
boolean |
isLastPart () |
public File getPart()
public int getPartNumber()
public boolean isLastPart()
public OnFileDelete getFileDeleteObserver()