|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Project Delete Operation. Allows to gather information necessary for project delete and also provides callbacks to the project type to handle special checkpoints during the delete. An implementation of this interface may be registered in the project's lookup to support delete operation in the following cases:
org.netbeans.spi.project.ui.support.DefaultProjectOperationsImplementation
to perform the delete operation.
Method Summary | |
void |
notifyDeleted()
Notification that the delete operation has finished. |
void |
notifyDeleting()
Pre-delete notification. |
Methods inherited from interface org.netbeans.spi.project.DataFilesProviderImplementation |
getDataFiles, getMetadataFiles |
Method Detail |
public void notifyDeleting() throws IOException
IOException
- if an I/O operation fails.public void notifyDeleted() throws IOException
ProjectState.notifyDeleted()
.
IOException
- if an I/O operation fails.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |