public class

PersonalInformationCreateEvent

extends PersonalInformationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.springframework.context.ApplicationEvent
       ↳ com.atlassian.event.Event
         ↳ com.atlassian.confluence.event.events.ConfluenceEvent
           ↳ com.atlassian.confluence.event.events.content.ContentEvent
             ↳ com.atlassian.confluence.event.events.content.user.PersonalInformationEvent
               ↳ com.atlassian.confluence.event.events.content.user.PersonalInformationCreateEvent

Class Overview

Personal information creation event

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PersonalInformationCreateEvent(Object src, PersonalInformation personalInformation)
[Expand]
Inherited Methods
From class com.atlassian.confluence.event.events.content.user.PersonalInformationEvent
From class com.atlassian.confluence.event.events.content.ContentEvent
From class com.atlassian.event.Event
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public PersonalInformationCreateEvent (Object src, PersonalInformation personalInformation)