Class WikiActivityUpdaterListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<org.exoplatform.social.core.activity.model.ExoSocialActivity,String>
org.exoplatform.wiki.addons.rdbms.listener.WikiActivityUpdaterListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class WikiActivityUpdaterListener
extends org.exoplatform.services.listener.Listener<org.exoplatform.social.core.activity.model.ExoSocialActivity,String>
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionWikiActivityUpdaterListener(org.exoplatform.wiki.service.NoteService noteService) Do not remove notes service on constructor, puts the service to the constructor to make sure the service already created before using. -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Constructor Details
-
WikiActivityUpdaterListener
public WikiActivityUpdaterListener(org.exoplatform.wiki.service.NoteService noteService) Do not remove notes service on constructor, puts the service to the constructor to make sure the service already created before using.- Parameters:
noteService-
-
-
Method Details
-
onEvent
-