public interface DeleteOperationImplementation extends DataFilesProviderImplementation
DefaultProjectOperations
to perform the delete operation.
Modifier and Type | Method and Description |
---|---|
void |
notifyDeleted()
Notification that the delete operation has finished.
|
void |
notifyDeleting()
Pre-delete notification.
|
getDataFiles, getMetadataFiles
void notifyDeleting() throws IOException
IOException
- if an I/O operation fails.void notifyDeleted() throws IOException
ProjectState.notifyDeleted()
.IOException
- if an I/O operation fails.