Class ListObjectsEvent


public class ListObjectsEvent extends ServiceEvent
Multi-threaded service event fired by S3ServiceMulti.listObjects(String, String[], String, long).

EVENT_IN_PROGRESS events include a List of S3ObjectsChunk objects that contain information about the objects and common-prefixes for the bucket listing operation. Each chunk object will contain a prefix identifying the prefix value used by the listing operation that produced the chunk. These objects are available via getChunkList().

Author:
James Murty