static DownloadObjectsEvent |
DownloadObjectsEvent.newCancelledEvent(StorageObject[] incompletedObjects,
java.lang.Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newCompletedEvent(java.lang.Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newErrorEvent(java.lang.Throwable t,
java.lang.Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newIgnoredErrorsEvent(ThreadWatcher threadWatcher,
java.lang.Throwable[] ignoredErrors,
java.lang.Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
StorageObject[] completedObjects,
java.lang.Object uniqueOperationId) |
static DownloadObjectsEvent |
DownloadObjectsEvent.newStartedEvent(ThreadWatcher threadWatcher,
java.lang.Object uniqueOperationId) |