Class ProfileLifeCycleEvent
- java.lang.Object
-
- org.exoplatform.social.common.lifecycle.LifeCycleEvent<String,Profile>
-
- org.exoplatform.social.core.profile.ProfileLifeCycleEvent
-
public class ProfileLifeCycleEvent extends LifeCycleEvent<String,Profile>
event propagated along theProfileLifeCycle- Version:
- $Revision$
- Author:
- Patrice Lamarque
- See Also:
ProfileListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProfileLifeCycleEvent.Type
-
Field Summary
-
Fields inherited from class org.exoplatform.social.common.lifecycle.LifeCycleEvent
payload, source
-
-
Constructor Summary
Constructors Constructor Description ProfileLifeCycleEvent(ProfileLifeCycleEvent.Type type, String user, Profile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfilegetProfile()actual profile section;ProfileLifeCycleEvent.TypegetType()StringgetUsername()username of the profile updated-
Methods inherited from class org.exoplatform.social.common.lifecycle.LifeCycleEvent
getPayload, getSource
-
-
-
-
Constructor Detail
-
ProfileLifeCycleEvent
public ProfileLifeCycleEvent(ProfileLifeCycleEvent.Type type, String user, Profile profile)
-
-
Method Detail
-
getType
public ProfileLifeCycleEvent.Type getType()
-
getUsername
public String getUsername()
username of the profile updated- Returns:
-
getProfile
public Profile getProfile()
actual profile section;- Returns:
-
-