com.atlassian.confluence.event.events.content.user
Class 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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PersonalInformationCreateEvent, PersonalInformationRemoveEvent, PersonalInformationUpdateEvent
public class PersonalInformationEvent
- extends ContentEvent
Personal information specific event
- Author:
- Samuel Le Berrigaud
- See Also:
- Serialized Form
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
PersonalInformationEvent
public PersonalInformationEvent(Object src,
PersonalInformation personalInformation)
getPersonalInformation
public PersonalInformation getPersonalInformation()
getContent
public ContentEntityObject getContent()
- Specified by:
getContent
in class ContentEvent