Package com.amazonaws.services.s3
Interface OnFileDelete
public interface OnFileDelete
A service provider interface (SPI) used to notify the event of a file
deletion.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFileDelete
(com.amazonaws.services.s3.internal.FileDeletionEvent event) Called upon a file deletion event.
-
Method Details
-
onFileDelete
void onFileDelete(com.amazonaws.services.s3.internal.FileDeletionEvent event) Called upon a file deletion event.Implementation of this method should never block.
- Parameters:
event
- file deletion event
-