Class GetObjectHeadsEvent

java.lang.Object
org.jets3t.service.multi.event.ServiceEvent
org.jets3t.service.multi.event.GetObjectHeadsEvent

public class GetObjectHeadsEvent extends ServiceEvent
Multi-threaded service event fired by ThreadedStorageService.getObjectsHeads(String, String[]).

EVENT_IN_PROGRESS events include an array of the StorageObjects that have been retrieved since the last progress event was fired. These objects are available via getCompletedObjects().

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

Author:
James Murty