com.atlassian.confluence.event.events.content.user
Class PersonalInformationUpdateEvent
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.PersonalInformationUpdateEvent
- All Implemented Interfaces:
- Serializable
public class PersonalInformationUpdateEvent
- extends PersonalInformationEvent
Personal information update event
- Author:
- Samuel Le Berrigaud
- See Also:
- Serialized Form
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
PersonalInformationUpdateEvent
public PersonalInformationUpdateEvent(Object src,
PersonalInformation personalInformation,
PersonalInformation originalPersonalInformation)
PersonalInformationUpdateEvent
public PersonalInformationUpdateEvent(Object src,
PersonalInformation personalInformation,
PersonalInformation originalPersonalInformation,
boolean minorEdit)
getOriginalPersonalInformation
public PersonalInformation getOriginalPersonalInformation()
isMinorEdit
public boolean isMinorEdit()