Class ActivityListenerPlugin
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
-
- org.exoplatform.social.core.activity.ActivityListenerPlugin
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,LifeCycleListener<ActivityLifeCycleEvent>,ActivityListener
public abstract class ActivityListenerPlugin extends AbstractListenerPlugin implements ActivityListener
-
-
Constructor Summary
Constructors Constructor Description ActivityListenerPlugin()
-
Method Summary
-
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
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, hideActivity, likeActivity, likeComment, saveActivity, saveComment, shareActivity, updateActivity, updateComment
-
Methods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener
getDescription, getName, setDescription, setName
-
-