Class LookupACLEvent


public class LookupACLEvent extends ServiceEvent
Multi-threaded service event fired by S3ServiceMulti.getObjectACLs(S3Bucket, S3Object[]).

EVENT_IN_PROGRESS events include an array of the S3Objects whose ACLs have been retrieved since the last progress event was fired. These objects are available via getObjectsWithACL().

EVENT_CANCELLED events include an array of the S3Objects whose ACLs had not been retrieved before the operation was cancelled. These objects are available via getCancelledObjects().

Author:
James Murty