Class ProfileListenerPlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
org.exoplatform.social.core.profile.ProfileListenerPlugin
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,LifeCycleListener<ProfileLifeCycleEvent>,ProfileListener
public abstract class ProfileListenerPlugin
extends AbstractListenerPlugin
implements ProfileListener
Convenience class to write and wire
This base class is a valid
ProfileListener plugin. This base class is a valid
ComponentPlugin and implements ProfileListener.-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabout me of the profile is updatedvoidavatar picture of the profile is updatedvoidbanner picture of the profile is updatedvoidcontact information of the profile is updatedvoidnew profile createdvoidexperience section of the profile is updatedvoidtechnical updatedMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener
getDescription, getName, setDescription, setNameMethods inherited from interface org.exoplatform.social.core.profile.ProfileListener
basicInfoUpdated, headerSectionUpdated
-
Constructor Details
-
ProfileListenerPlugin
public ProfileListenerPlugin()
-
-
Method Details
-
aboutMeUpdated
about me of the profile is updated- Specified by:
aboutMeUpdatedin interfaceProfileListener
-
avatarUpdated
avatar picture of the profile is updated- Specified by:
avatarUpdatedin interfaceProfileListener
-
bannerUpdated
banner picture of the profile is updated- Specified by:
bannerUpdatedin interfaceProfileListener
-
contactSectionUpdated
contact information of the profile is updated- Specified by:
contactSectionUpdatedin interfaceProfileListener
-
experienceSectionUpdated
experience section of the profile is updated- Specified by:
experienceSectionUpdatedin interfaceProfileListener
-
createProfile
new profile created- Specified by:
createProfilein interfaceProfileListener
-
technicalUpdated
technical updated- Specified by:
technicalUpdatedin interfaceProfileListener
-