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 TypeMethodDescriptiondefault voidabout me of the profile is updateddefault voidavatar picture of the profile is updateddefault voidbanner picture of the profile is updateddefault voidDeprecated, for removal: This API element is subject to removal in a future version.default voidcontact information of the profile is updateddefault voidnew profile createddefault voidexperience section of the profile is updateddefault voidDeprecated, for removal: This API element is subject to removal in a future version.UsecontactSectionUpdated(ProfileLifeCycleEvent)instead.default 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-
-
contactSectionUpdated
contact information of the profile is updated- Parameters:
event-
-
experienceSectionUpdated
experience section of the profile is updated- Parameters:
event-
-
createProfile
new profile created- Parameters:
event-
-
technicalUpdated
technical updated- Parameters:
event-
-
basicInfoUpdated
@Deprecated(forRemoval=true, since="1.5.0") default void basicInfoUpdated(ProfileLifeCycleEvent event) Deprecated, for removal: This API element is subject to removal in a future version.UsecontactSectionUpdated(ProfileLifeCycleEvent)instead. not used anymore. Will be removed in next major version release.basic account info of the profile are updated- Parameters:
event-
-
headerSectionUpdated
@Deprecated(forRemoval=true, since="1.5.0") default void headerSectionUpdated(ProfileLifeCycleEvent event) Deprecated, for removal: This API element is subject to removal in a future version.UsecontactSectionUpdated(ProfileLifeCycleEvent)instead. not used anymore. Will be removed in next major version release.header section of the profile is updated- Parameters:
event-
-
contactSectionUpdated(ProfileLifeCycleEvent)instead.