Interface IAttachedProjectRemoverCallback
-
@OpenApiAll public interface IAttachedProjectRemoverCallback
Project decomposition manager remove operation specific callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
confirmRemove(java.util.Set<IAttachedProject> projectsToBeRemoved, java.util.Set<IProject> projectsToBeModified)
The remove projects operation confirmation call-back.
-
-
-
Method Detail
-
confirmRemove
boolean confirmRemove(java.util.Set<IAttachedProject> projectsToBeRemoved, java.util.Set<IProject> projectsToBeModified)
The remove projects operation confirmation call-back.- Parameters:
projectsToBeRemoved
- set of attached projects that are going to be removedprojectsToBeModified
- set of projects that are going to be modified i.e detached projects that are going to be removed, updated references, etc. This set may contain the primary project as well.- Returns:
- true if application or user confirms the remove operation
-
-