Interface OnFileDelete
- 
- All Known Implementing Classes:
- MultiFileOutputStream
 
 public interface OnFileDeleteA service provider interface (SPI) used to notify the event of a file deletion.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFileDelete(FileDeletionEvent event)Called upon a file deletion event.
 
- 
- 
- 
Method Detail- 
onFileDeletevoid onFileDelete(FileDeletionEvent event) Called upon a file deletion event.Implementation of this method should never block. - Parameters:
- event- file deletion event
 
 
- 
 
-