Class ProjectManagerImplementation.ProjectManagerCallBack
java.lang.Object
org.netbeans.spi.project.ProjectManagerImplementation.ProjectManagerCallBack
- Enclosing interface:
ProjectManagerImplementation
Callback to notify the
ProjectManager
about changes.- Since:
- 1.59
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyDeleted
(Project project) Project was deleted or renamed.void
notifyModified
(Project project) Project was modified.
-
Method Details
-
notifyModified
Project was modified.- Parameters:
project
- the modified project
-
notifyDeleted
Project was deleted or renamed.- Parameters:
project
- the deleted (renamed) project
-