Class GamificationGenericListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<Map<String,String>,String>
org.exoplatform.addons.gamification.listener.generic.GamificationGenericListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

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

    • EVENT_NAME

      public static final String EVENT_NAME
      See Also:
    • container

      protected org.exoplatform.container.PortalContainer container
    • ruleService

      protected RuleService ruleService
    • identityManager

      protected org.exoplatform.social.core.manager.IdentityManager identityManager
    • gamificationService

      protected GamificationService gamificationService
  • Constructor Details

    • GamificationGenericListener

      public GamificationGenericListener(org.exoplatform.container.PortalContainer container, RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, GamificationService gamificationService)
  • Method Details