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, getMetadataFilesvoid notifyDeleting()
throws IOException
IOException - if an I/O operation fails.void notifyDeleted()
throws IOException
ProjectState.notifyDeleted().IOException - if an I/O operation fails.