Class AncestorsUpdateEvent
- java.lang.Object
-
- com.atlassian.confluence.event.events.security.AncestorsUpdateEvent
-
public class AncestorsUpdateEvent extends Object
AncestorsUpdateEvent is fired when ancestors are changed. Mostly, it is used by caches- Since:
- 6.14
-
-
Constructor Summary
Constructors Constructor Description AncestorsUpdateEvent(@NonNull Long pageId, @NonNull List<Long> ancestorsIds)
-