Class DeleteObjectsEvent

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

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

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

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

Author:
James Murty