java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
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:
  • Constructor Details

    • PageCreatedEvent

      public PageCreatedEvent(Object src, com.atlassian.sal.api.user.UserKey userKey, Long pageId, Integer pageVersion, boolean suppressNotifications)
      Deprecated.