Class ActivitySharedActionsListener
java.lang.Object
io.meeds.social.activity.listener.ActivitySharedActionsListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.social.common.lifecycle.LifeCycleListener<org.exoplatform.social.core.activity.ActivityLifeCycleEvent>,org.exoplatform.social.core.activity.ActivityListener
@Component
public class ActivitySharedActionsListener
extends Object
implements org.exoplatform.social.core.activity.ActivityListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()voidupdateActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.social.core.activity.ActivityListener
deleteActivity, deleteComment, deleteLikeActivity, deleteLikeComment, hideActivity, likeActivity, likeComment, pinActivity, saveActivity, saveComment, shareActivity, unpinActivity, updateCategories, updateCommentMethods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener
getDescription, getName, setDescription, setName
-
Constructor Details
-
ActivitySharedActionsListener
public ActivitySharedActionsListener()
-
-
Method Details
-
init
@PostConstruct public void init() -
updateActivity
public void updateActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event) - Specified by:
updateActivityin interfaceorg.exoplatform.social.core.activity.ActivityListener
-