Interface ProfileListener
- All Superinterfaces:
org.exoplatform.container.component.ComponentPlugin,LifeCycleListener<ProfileLifeCycleEvent>
- All Known Implementing Classes:
ProfileListenerPlugin
Listen to updates on profiles.
- Version:
- $Revision$
- Author:
- Patrice Lamarque
-
Method Summary
Modifier and TypeMethodDescriptionvoidabout me of the profile is updatedvoidavatar picture of the profile is updatedvoidbanner picture of the profile is updatedvoidDeprecated.not used anymore.voidcontact information of the profile is updatedvoidnew profile createdvoidexperience section of the profile is updatedvoidDeprecated.not used anymore.voidtechnical updatedMethods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener
getDescription, getName, setDescription, setName
-
Method Details
-
aboutMeUpdated
about me of the profile is updated- Parameters:
event-
-
avatarUpdated
avatar picture of the profile is updated- Parameters:
event-
-
bannerUpdated
banner picture of the profile is updated- Parameters:
event-
-
basicInfoUpdated
Deprecated.not used anymore. Will be removed in next major version release.basic account info of the profile are updated- Parameters:
event-
-
contactSectionUpdated
contact information of the profile is updated- Parameters:
event-
-
experienceSectionUpdated
experience section of the profile is updated- Parameters:
event-
-
headerSectionUpdated
Deprecated.not used anymore. Will be removed in next major version release.header section of the profile is updated- Parameters:
event-
-
createProfile
new profile created- Parameters:
event-
-
technicalUpdated
technical updated- Parameters:
event-
-