Class ProfileLifeCycle
- java.lang.Object
-
- org.exoplatform.social.common.lifecycle.AbstractLifeCycle<ProfileListener,ProfileLifeCycleEvent>
-
- org.exoplatform.social.core.profile.ProfileLifeCycle
-
public class ProfileLifeCycle extends AbstractLifeCycle<ProfileListener,ProfileLifeCycleEvent>
Lifecycle of a Profile.- Version:
- $Revision$
- Author:
- Patrice Lamarque
-
-
Field Summary
-
Fields inherited from class org.exoplatform.social.common.lifecycle.AbstractLifeCycle
completionService, container, listeners
-
-
Constructor Summary
Constructors Constructor Description ProfileLifeCycle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaboutMeUpdated(String username, Profile profile)voidavatarUpdated(String username, Profile profile)voidbannerUpdated(String username, Profile profile)voidbasicUpdated(String username, Profile profile)voidcontactUpdated(String username, Profile profile)voidcreateProfile(Profile profile)protected voiddispatchEvent(ProfileListener listener, ProfileLifeCycleEvent event)voidexperienceUpdated(String username, Profile profile)voidheaderUpdated(String username, Profile profile)voidtechnicalUpdated(String username, Profile profile)-
Methods inherited from class org.exoplatform.social.common.lifecycle.AbstractLifeCycle
addListener, begin, broadcast, end, removeListener
-
-
-
-
Method Detail
-
dispatchEvent
protected void dispatchEvent(ProfileListener listener, ProfileLifeCycleEvent event)
- Specified by:
dispatchEventin classAbstractLifeCycle<ProfileListener,ProfileLifeCycleEvent>
-
createProfile
public void createProfile(Profile profile)
-
-