public interface ProjectTypeUpdatedNotifier
ProjectTypeUpdatedHandler
.Modifier and Type | Method and Description |
---|---|
boolean |
notifyAllHandlers(ApplicationUser user,
Project project,
ProjectTypeKey oldProjectType,
ProjectTypeKey newProjectType)
Notifies all
ProjectTypeUpdatedHandler objects that a project type update has happened. |
boolean notifyAllHandlers(ApplicationUser user, Project project, ProjectTypeKey oldProjectType, ProjectTypeKey newProjectType)
ProjectTypeUpdatedHandler
objects that a project type update has happened.user
- The user performing the project updateproject
- The project for which the project type has been updatedoldProjectType
- The old project typenewProjectType
- The new project typeCopyright © 2002-2021 Atlassian. All Rights Reserved.