Class ProjectManagerImplementation.ProjectManagerCallBack

java.lang.Object
org.netbeans.spi.project.ProjectManagerImplementation.ProjectManagerCallBack
Enclosing interface:
ProjectManagerImplementation

public static final class ProjectManagerImplementation.ProjectManagerCallBack extends Object
Callback to notify the ProjectManager about changes.
Since:
1.59
  • Method Details

    • notifyModified

      public void notifyModified(@NonNull Project project)
      Project was modified.
      Parameters:
      project - the modified project
    • notifyDeleted

      public void notifyDeleted(@NullAllowed Project project)
      Project was deleted or renamed.
      Parameters:
      project - the deleted (renamed) project