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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    updateActivity(org.exoplatform.social.core.activity.ActivityLifeCycleEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.exoplatform.social.core.activity.ActivityListener

    deleteActivity, deleteComment, deleteLikeActivity, deleteLikeComment, hideActivity, likeActivity, likeComment, pinActivity, saveActivity, saveComment, shareActivity, unpinActivity, updateCategories, updateComment

    Methods 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:
      updateActivity in interface org.exoplatform.social.core.activity.ActivityListener