Class DownloadObjectsEvent


public class DownloadObjectsEvent extends ServiceEvent
Multi-threaded service event fired by S3ServiceMulti.downloadObjects(org.jets3t.service.model.S3Bucket, DownloadPackage[]).

EVENT_IN_PROGRESS events include an array of the S3Objects that have finished downloading since the last progress event was fired. These objects are available via getDownloadedObjects().

EVENT_CANCELLED events include an array of the S3Objects that were not downloaded before the operation was cancelled. These objects are available via getCancelledObjects().

Author:
James Murty