Class NewsGamificationIntegrationListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<String,News>
org.exoplatform.news.listener.NewsGamificationIntegrationListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class NewsGamificationIntegrationListener extends org.exoplatform.services.listener.Listener<String,News>
  • Field Details

    • GAMIFICATION_GENERIC_EVENT

      public static final String GAMIFICATION_GENERIC_EVENT
      See Also:
    • GAMIFICATION_POST_NEWS_ARTICLE_RULE_TITLE

      public static final String GAMIFICATION_POST_NEWS_ARTICLE_RULE_TITLE
      See Also:
    • GAMIFICATION_PUBLISH_NEWS_ARTICLE_RULE_TITLE

      public static final String GAMIFICATION_PUBLISH_NEWS_ARTICLE_RULE_TITLE
      See Also:
  • Constructor Details

    • NewsGamificationIntegrationListener

      public NewsGamificationIntegrationListener(org.exoplatform.container.PortalContainer container, org.exoplatform.services.listener.ListenerService listenerService)
  • Method Details

    • onEvent

      public void onEvent(org.exoplatform.services.listener.Event<String,News> event) throws Exception
      Specified by:
      onEvent in class org.exoplatform.services.listener.Listener<String,News>
      Throws:
      Exception