Class 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

      Constructors 
      Constructor Description
      WikiActivityUpdaterListener​(org.exoplatform.wiki.service.WikiService wikiService)
      Do not remove wiki service on constructor, puts the service to the constructor to make sure the service already created before using.
    • Constructor Detail

      • WikiActivityUpdaterListener

        public WikiActivityUpdaterListener​(org.exoplatform.wiki.service.WikiService wikiService)
        Do not remove wiki service on constructor, puts the service to the constructor to make sure the service already created before using.
        Parameters:
        wikiService -
    • Method Detail

      • onEvent

        public void onEvent​(org.exoplatform.services.listener.Event<org.exoplatform.social.core.activity.model.ExoSocialActivity,​String> event)
                     throws Exception
        Specified by:
        onEvent in class org.exoplatform.services.listener.Listener<org.exoplatform.social.core.activity.model.ExoSocialActivity,​String>
        Throws:
        Exception