Package org.exoplatform.news.listener
Class NewsGamificationIntegrationListener
-
-
Field Summary
Fields Modifier and Type Field Description static StringGAMIFICATION_GENERIC_EVENTstatic StringGAMIFICATION_POST_NEWS_ARTICLE_RULE_TITLEstatic StringGAMIFICATION_PUBLISH_NEWS_ARTICLE_RULE_TITLE
-
Constructor Summary
Constructors Constructor Description NewsGamificationIntegrationListener(org.exoplatform.container.PortalContainer container, org.exoplatform.services.listener.ListenerService listenerService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.exoplatform.services.listener.Event<String,News> event)
-
-
-
Field Detail
-
GAMIFICATION_GENERIC_EVENT
public static final String GAMIFICATION_GENERIC_EVENT
- See Also:
- Constant Field Values
-
GAMIFICATION_POST_NEWS_ARTICLE_RULE_TITLE
public static final String GAMIFICATION_POST_NEWS_ARTICLE_RULE_TITLE
- See Also:
- Constant Field Values
-
GAMIFICATION_PUBLISH_NEWS_ARTICLE_RULE_TITLE
public static final String GAMIFICATION_PUBLISH_NEWS_ARTICLE_RULE_TITLE
- See Also:
- Constant Field Values
-
-