Interface ProfileListener
-
- All Superinterfaces:
org.exoplatform.container.component.ComponentPlugin,LifeCycleListener<ProfileLifeCycleEvent>
- All Known Implementing Classes:
ProfileListenerPlugin
public interface ProfileListener extends LifeCycleListener<ProfileLifeCycleEvent>
Listen to updates on profiles.- Version:
- $Revision$
- Author:
- Patrice Lamarque
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidaboutMeUpdated(ProfileLifeCycleEvent event)about me of the profile is updatedvoidavatarUpdated(ProfileLifeCycleEvent event)avatar picture of the profile is updatedvoidbannerUpdated(ProfileLifeCycleEvent event)banner picture of the profile is updatedvoidbasicInfoUpdated(ProfileLifeCycleEvent event)Deprecated.not used anymore.voidcontactSectionUpdated(ProfileLifeCycleEvent event)contact information of the profile is updatedvoidcreateProfile(ProfileLifeCycleEvent event)new profile createdvoidexperienceSectionUpdated(ProfileLifeCycleEvent event)experience section of the profile is updatedvoidheaderSectionUpdated(ProfileLifeCycleEvent event)Deprecated.not used anymore.voidtechnicalUpdated(ProfileLifeCycleEvent event)technical updated-
Methods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener
getDescription, getName, setDescription, setName
-
-
-
-
Method Detail
-
aboutMeUpdated
void aboutMeUpdated(ProfileLifeCycleEvent event)
about me of the profile is updated- Parameters:
event-
-
avatarUpdated
void avatarUpdated(ProfileLifeCycleEvent event)
avatar picture of the profile is updated- Parameters:
event-
-
bannerUpdated
void bannerUpdated(ProfileLifeCycleEvent event)
banner picture of the profile is updated- Parameters:
event-
-
basicInfoUpdated
@Deprecated void basicInfoUpdated(ProfileLifeCycleEvent event)
Deprecated.not used anymore. Will be removed in next major version release.basic account info of the profile are updated- Parameters:
event-
-
contactSectionUpdated
void contactSectionUpdated(ProfileLifeCycleEvent event)
contact information of the profile is updated- Parameters:
event-
-
experienceSectionUpdated
void experienceSectionUpdated(ProfileLifeCycleEvent event)
experience section of the profile is updated- Parameters:
event-
-
headerSectionUpdated
@Deprecated void headerSectionUpdated(ProfileLifeCycleEvent event)
Deprecated.not used anymore. Will be removed in next major version release.header section of the profile is updated- Parameters:
event-
-
createProfile
void createProfile(ProfileLifeCycleEvent event)
new profile created- Parameters:
event-
-
technicalUpdated
void technicalUpdated(ProfileLifeCycleEvent event)
technical updated- Parameters:
event-
-
-