Uses of Class
com.atlassian.confluence.event.events.content.page.PageMoveCompletedEvent
-
Packages that use PageMoveCompletedEvent Package Description com.atlassian.confluence.impl.labels com.atlassian.confluence.links -
-
Uses of PageMoveCompletedEvent in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels with parameters of type PageMoveCompletedEvent Modifier and Type Method Description voidCachingLabelManager. onPagesMoved(PageMoveCompletedEvent event) -
Uses of PageMoveCompletedEvent in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links with parameters of type PageMoveCompletedEvent Modifier and Type Method Description voidRelatedContentRefactoringListener. handleEvent(PageMoveCompletedEvent event)This will be called to handle after page is moved
-