Class PageCreatedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.content.page.async.PageEvent
-
- com.atlassian.confluence.event.events.content.page.async.PageCreatedEvent
-
- All Implemented Interfaces:
UserDriven
,Created
,Serializable
@AsynchronousPreferred @Deprecated public class PageCreatedEvent extends PageEvent implements Created
Deprecated.since 5.5. Use the synchronous events- Since:
- 5.3
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description PageCreatedEvent(Object src, com.atlassian.sal.api.user.UserKey userKey, Long pageId, Integer pageVersion, boolean suppressNotifications)
Deprecated.
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.event.events.content.page.async.PageEvent
getOriginatingUserKey, getPageId, getPageVersion, isSuppressNotifications, toString
-
Methods inherited from class java.util.EventObject
getSource
-
-